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

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: Rebased with the latest tree version Created 8 years, 1 month 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 d0926f4b0c0ddc10c1007a5cfe8322b516076c83..cf5f0c5ef8390c7d5f1b33271fc94dd57a478ff6 100644
--- a/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
+++ b/chrome/browser/policy/configuration_policy_pref_store_unittest.cc
@@ -213,6 +213,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