Home | History | Annotate | Download | only in extensions

Lines Matching refs:whitelist

469   // Check the whitelist first.
470 const ListValue* whitelist =
472 if (whitelist) {
473 for (ListValue::const_iterator it = whitelist->begin();
474 it != whitelist->end(); ++it) {
476 LOG(WARNING) << "Failed to read whitelist string.";