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

Unified Diff: chrome/test/data/policy/policy_test_cases.json

Issue 11186002: Add a SafeSearch preference, policy and implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add a SafeSearch preference, policy and implementation. 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
« chrome/common/url_constants.cc ('K') | « chrome/common/url_constants.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/policy/policy_test_cases.json
diff --git a/chrome/test/data/policy/policy_test_cases.json b/chrome/test/data/policy/policy_test_cases.json
index 9a8f407af94b01f354b5a2d47ae8bf125eda2991..52cccda5ca56ac115da7e44d62c0bcb856073437 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -192,6 +192,13 @@
"os": ["win", "linux", "mac", "chromeos"]
},
+ "SafeSearchEnabled": {
+ "pref": "settings.safesearch",
+ "test_policy": { "SafeSearchEnabled": true },
+ "settings_pages": [],
+ "os": ["win", "linux", "mac", "chromeos"]
+ },
+
"MetricsReportingEnabled": {
"pref": "user_experience_metrics.reporting_enabled",
"test_policy": { "MetricsReportingEnabled": false },
« chrome/common/url_constants.cc ('K') | « chrome/common/url_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698