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

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

Issue 2643833002: Add a New Tab page location group policy (Closed)
Patch Set: Name change missing Created 3 years, 11 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 00dd1324438e30c69022f709b915337d853001ca..6421d9b9b66954289c0cf5ec6a28c3f87e5b024e 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -62,6 +62,22 @@
]
},
+ "NewTabPageLocation": {
+ "os": ["win", "linux", "mac", "chromeos"],
+ "can_be_recommended": true,
+ "test_policy": { "NewTabPageLocation": "http://chromium.org" },
+ "pref_mappings": [
+ { "pref": "homepage",
pastarmovj 2017/01/19 14:56:21 Shouldn't this be "newtab_page_location_override"?
MAD 2017/01/19 16:13:30 Done.
+ "indicator_tests": [
+ { "policy": { "NewTabPageLocation": "http://chromium.org" } },
+ { "policy": { "NewTabPageLocation": "http://chromium.org" },
+ "readonly": true
+ }
+ ]
+ }
+ ]
+ },
+
"DefaultBrowserSettingEnabled": {
"os": ["win", "mac", "linux"],
"test_policy": { "DefaultBrowserSettingEnabled": true },

Powered by Google App Engine
This is Rietveld 408576698