Searched defs:pattern_filter_json (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_policy_provider.cc337 std::string pattern_filter_json; local
338 if (!pattern_filter_str_list->GetString(j, &pattern_filter_json)) {
343 scoped_ptr<base::Value> value(base::JSONReader::Read(pattern_filter_json,
347 " Invalid JSON object: " << pattern_filter_json;

Completed in 111 milliseconds