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

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

Issue 11117024: Add second batch of controlled setting indicators (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix browser test. Created 8 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/browser/resources/options/browser_options.html ('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 9a8f407af94b01f354b5a2d47ae8bf125eda2991..a0ae7d60dcd8afdf2cfdb89c2d0a0f7ebdae57d6 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -50,6 +50,7 @@
"ApplicationLocaleValue": {
"pref": "intl.app_locale",
+ "can_be_recommended": true,
"test_policy": { "ApplicationLocaleValue": "fr" },
"settings_pages": [],
"local_state": true,
@@ -58,21 +59,30 @@
"AlternateErrorPagesEnabled": {
"pref": "alternate_error_pages.enabled",
+ "can_be_recommended": true,
"test_policy": { "AlternateErrorPagesEnabled": false },
+ "indicator_tests": [
+ { "policy": { "AlternateErrorPagesEnabled": false }}],
"settings_pages": ["chrome://settings-frame"],
"os": ["win", "linux", "mac", "chromeos"]
},
"SearchSuggestEnabled": {
"pref": "search.suggest_enabled",
+ "can_be_recommended": true,
"test_policy": { "SearchSuggestEnabled": false },
+ "indicator_tests": [
+ { "policy": { "SearchSuggestEnabled": false }}],
"settings_pages": ["chrome://settings-frame"],
"os": ["win", "linux", "mac", "chromeos"]
},
"DnsPrefetchingEnabled": {
"pref": "dns_prefetching.enabled",
+ "can_be_recommended": true,
"test_policy": { "DnsPrefetchingEnabled": false },
+ "indicator_tests": [
+ { "policy": { "DnsPrefetchingEnabled": false }}],
"settings_pages": ["chrome://settings-frame"],
"os": ["win", "linux", "mac", "chromeos"]
},
« no previous file with comments | « chrome/browser/resources/options/browser_options.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698