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

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

Issue 2401733002: Revert "Added a ForceYouTubeRestrict policy and deprecated the old ForceYouTubeSafetyMode policy" (Closed)
Patch Set: Created 4 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
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/policy/resources/policy_templates.json » ('j') | 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 a886d4aa434673ad5d0221c40a6f95ac7b93988d..db21f4e21fbbb089937ef46c52deb4eadb8373fa 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -2,7 +2,7 @@
"-- Template --": {
"intro": "Top-level entries map a policy name to its test parameters, described below. The name of the top level entry should be of the form <policy name>[.suffix]. The optional suffix is used for defining multiple test cases for a single policy.",
- "os": ["List of operating systems that support this policy. Valid values:", "win", "linux", "mac", "chromeos", "android", "Defaults to empty if not specified."],
+ "os": ["List of operating systems that support this policy. Valid values:", "win", "linux", "mac", "chromeos", "Defaults to empty if not specified."],
"official_only": "Whether this policy exists in official builds only. Defaults to |false| if not specified.",
"can_be_recommended": "Whether a recommended value may be set for the policy. Defaults to |false| if not specified.",
"test_policy": "A policy dictionary that should make the preferences affected by this policy become policy-controlled. Usually just sets the current policy. Defaults to an empty dictionary if not specified.",
@@ -296,28 +296,21 @@
"pref": "settings.force_safesearch",
"test_policy": { "ForceSafeSearch": true },
"settings_pages": [],
- "os": ["win", "linux", "mac", "chromeos", "android"]
+ "os": ["win", "linux", "mac", "chromeos"]
},
"ForceGoogleSafeSearch": {
"pref": "settings.force_google_safesearch",
"test_policy": { "ForceGoogleSafeSearch": true },
"settings_pages": [],
- "os": ["win", "linux", "mac", "chromeos", "android"]
+ "os": ["win", "linux", "mac", "chromeos"]
},
"ForceYouTubeSafetyMode": {
"pref": "settings.force_youtube_safety_mode",
"test_policy": { "ForceYouTubeSafetyMode": true },
"settings_pages": [],
- "os": ["win", "linux", "mac", "chromeos", "android"]
- },
-
- "ForceYouTubeRestrict": {
- "pref": "settings.force_youtube_restrict",
- "test_policy": { "ForceYouTubeRestrict": 1 },
- "settings_pages": [],
- "os": ["win", "linux", "mac", "chromeos", "android"]
+ "os": ["win", "linux", "mac", "chromeos"]
},
"MetricsReportingEnabled": {
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/policy/resources/policy_templates.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698