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

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

Issue 2239753002: Added a ForceYouTubeRestrict policy and deprecated the old ForceYouTubeSafetyMode policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Inc'ed id of new policy to 346 Created 4 years, 3 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/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 19184a73a4736b4c7fbfa320d11b468bf09a4fe4..9f50e8e6a512bf9afe854ef914d78c36cd51e370 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -313,6 +313,13 @@
"os": ["win", "linux", "mac", "chromeos"]
},
+ "ForceYouTubeRestrict": {
+ "pref": "settings.force_youtube_restrict",
+ "test_policy": { "ForceYouTubeRestrict": 1 },
+ "settings_pages": [],
+ "os": ["win", "linux", "mac", "chromeos"]
Marc Treib 2016/09/05 09:58:11 Isn't Android supported too? (Also applies to the
ljusten (tachyonic) 2016/09/05 15:24:32 Done.
+ },
+
"MetricsReportingEnabled": {
"os": ["win", "mac", "linux"],
"official_only": true,

Powered by Google App Engine
This is Rietveld 408576698