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

Unified Diff: chrome/app/policy/policy_templates.json

Issue 11232046: Add fifth batch of controlled setting indicators (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refactored on top of new CL 11232059, removing the need for any JS changes. 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 | « no previous file | chrome/browser/resources/options/browser_options.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/policy/policy_templates.json
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
index cd188dc1c115d235638983dfe230904d625a00ef..12e846078a82243eaf26a16bc8d9345aa134591d 100644
--- a/chrome/app/policy/policy_templates.json
+++ b/chrome/app/policy/policy_templates.json
@@ -2424,10 +2424,7 @@
'type': 'main',
'schema': { 'type': 'boolean' },
'supported_on': ['chrome.*:15-'],
- 'features': {
- 'dynamic_refresh': True,
- 'can_be_recommended': True,
- },
+ 'features': {'dynamic_refresh': True},
'example_value': True,
'id': 99,
'caption': '''Import of homepage from default browser on first run''',
@@ -3152,7 +3149,10 @@
'type': 'main',
'schema': { 'type': 'boolean' },
'supported_on': ['chrome.*:22-', 'chrome_os:0.22-'],
- 'features': {'dynamic_refresh': True},
+ 'features': {
+ 'dynamic_refresh': True,
+ 'can_be_recommended': True,
+ },
'example_value': False,
'id': 151,
'caption': '''Enable or disable spell checking web service''',
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698