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

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: 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
« chrome/app/policy/policy_templates.json ('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 5b2a84a6babee7617a5fcef518398d85ed73c1e1..2120e2c390199232898ae93029b5651712eee617 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -254,6 +254,13 @@
]
},
+ "ForceSafeSearch": {
+ "pref": "settings.force_safesearch",
+ "test_policy": { "ForceSafeSearch": true },
+ "settings_pages": [],
+ "os": ["win", "linux", "mac", "chromeos"]
+ },
+
"MetricsReportingEnabled": {
"os": ["win", "mac", "linux"],
"official_only": true,
« chrome/app/policy/policy_templates.json ('K') | « chrome/common/url_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698