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

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

Issue 2643833002: Add a New Tab page location group policy (Closed)
Patch Set: Fixed browser tests 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..2e1d91b024b670bbb3d5763e561a32e7f0797120 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -62,6 +62,16 @@
]
},
+ "NewTabPageLocation": {
+ "os": ["win", "linux", "mac", "chromeos"],
+ "can_be_recommended": true,
+ "test_policy": { "NewTabPageLocation": "http://chromium.org" },
+ "pref_mappings": [
+ { "pref": "newtab_page_location_override"
+ }
+ ]
+ },
+
"DefaultBrowserSettingEnabled": {
"os": ["win", "mac", "linux"],
"test_policy": { "DefaultBrowserSettingEnabled": true },

Powered by Google App Engine
This is Rietveld 408576698