Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1306)

Unified Diff: chrome/browser/policy/configuration_policy_pref_store_unittest.cc

Issue 11186002: Add a SafeSearch preference, policy and implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fine grain parameter match + more tests. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/policy/configuration_policy_pref_store_unittest.cc
diff --git a/chrome/browser/policy/configuration_policy_pref_store_unittest.cc b/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
index 6071d9ac35a9795ccf67e4d5e006af232b023e8c..82675a90e7717fb14eee42433f0fe0dd33e0f2bd 100644
--- a/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
+++ b/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
@@ -208,6 +208,8 @@ INSTANTIATE_TEST_CASE_P(
prefs::kDisableSpdy),
PolicyAndPref(key::kSafeBrowsingEnabled,
prefs::kSafeBrowsingEnabled),
+ PolicyAndPref(key::kForceSafeSearch,
+ prefs::kForceSafeSearch),
PolicyAndPref(key::kMetricsReportingEnabled,
prefs::kMetricsReportingEnabled),
PolicyAndPref(key::kPasswordManagerEnabled,

Powered by Google App Engine
This is Rietveld 408576698