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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 # policy_templates.json - Metafile for policy templates 2 # policy_templates.json - Metafile for policy templates
3 # 3 #
4 # The content of this file is evaluated as a Python expression. 4 # The content of this file is evaluated as a Python expression.
5 # 5 #
6 # This file is used as input to generate the following policy templates: 6 # This file is used as input to generate the following policy templates:
7 # ADM, ADMX+ADML, MCX/plist and html documentation. 7 # ADM, ADMX+ADML, MCX/plist and html documentation.
8 # 8 #
9 # Policy templates are user interface definitions or documents about the 9 # Policy templates are user interface definitions or documents about the
10 # policies that can be used to configure Chrome. Each policy is a name-value 10 # policies that can be used to configure Chrome. Each policy is a name-value
(...skipping 2406 matching lines...) Expand 10 before | Expand all | Expand 10 after
2417 If disabled, no browsing history is imported. 2417 If disabled, no browsing history is imported.
2418 2418
2419 If it is not set, the user may be asked whether to import, or importing ma y happen automatically.''', 2419 If it is not set, the user may be asked whether to import, or importing ma y happen automatically.''',
2420 'label': '''Import browsing history from default browser on first run''', 2420 'label': '''Import browsing history from default browser on first run''',
2421 }, 2421 },
2422 { 2422 {
2423 'name': 'ImportHomepage', 2423 'name': 'ImportHomepage',
2424 'type': 'main', 2424 'type': 'main',
2425 'schema': { 'type': 'boolean' }, 2425 'schema': { 'type': 'boolean' },
2426 'supported_on': ['chrome.*:15-'], 2426 'supported_on': ['chrome.*:15-'],
2427 'features': { 2427 'features': {'dynamic_refresh': True},
2428 'dynamic_refresh': True,
2429 'can_be_recommended': True,
2430 },
2431 'example_value': True, 2428 'example_value': True,
2432 'id': 99, 2429 'id': 99,
2433 'caption': '''Import of homepage from default browser on first run''', 2430 'caption': '''Import of homepage from default browser on first run''',
2434 'desc': '''This policy forces the home page to be imported from the curren t default browser if enabled. 2431 'desc': '''This policy forces the home page to be imported from the curren t default browser if enabled.
2435 2432
2436 If disabled, the home page is not imported. 2433 If disabled, the home page is not imported.
2437 2434
2438 If it is not set, the user may be asked whether to import, or importing ma y happen automatically.''', 2435 If it is not set, the user may be asked whether to import, or importing ma y happen automatically.''',
2439 'label': '''Import of homepage from default browser on first run''', 2436 'label': '''Import of homepage from default browser on first run''',
2440 }, 2437 },
(...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after
3145 'caption': '''Disable proceeding from the Safe Browsing warning page''', 3142 'caption': '''Disable proceeding from the Safe Browsing warning page''',
3146 'desc': '''The Safe Browsing service shows a warning page when users navig ate to sites that are flagged as potentially mallicious. Enabling this setting p revents users from proceeding anyway from the warning page to the malicious site . 3143 'desc': '''The Safe Browsing service shows a warning page when users navig ate to sites that are flagged as potentially mallicious. Enabling this setting p revents users from proceeding anyway from the warning page to the malicious site .
3147 3144
3148 If this setting is disabled or not configured then users can choose to pro ceed to the flagged site after being shown the warning.''', 3145 If this setting is disabled or not configured then users can choose to pro ceed to the flagged site after being shown the warning.''',
3149 }, 3146 },
3150 { 3147 {
3151 'name': 'SpellCheckServiceEnabled', 3148 'name': 'SpellCheckServiceEnabled',
3152 'type': 'main', 3149 'type': 'main',
3153 'schema': { 'type': 'boolean' }, 3150 'schema': { 'type': 'boolean' },
3154 'supported_on': ['chrome.*:22-', 'chrome_os:0.22-'], 3151 'supported_on': ['chrome.*:22-', 'chrome_os:0.22-'],
3155 'features': {'dynamic_refresh': True}, 3152 'features': {
3153 'dynamic_refresh': True,
3154 'can_be_recommended': True,
3155 },
3156 'example_value': False, 3156 'example_value': False,
3157 'id': 151, 3157 'id': 151,
3158 'caption': '''Enable or disable spell checking web service''', 3158 'caption': '''Enable or disable spell checking web service''',
3159 'desc': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> can use a Google web service to help resolve spelling errors. If this setting is enabled, then this service is always used. If this setting is disabled, then this servic e is never used. 3159 'desc': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> can use a Google web service to help resolve spelling errors. If this setting is enabled, then this service is always used. If this setting is disabled, then this servic e is never used.
3160 3160
3161 Spell checking can still be performed using a downloaded dictionary; this policy only controls the usage of the online service. 3161 Spell checking can still be performed using a downloaded dictionary; this policy only controls the usage of the online service.
3162 3162
3163 If this setting is not configured then users can choose whether the spell checking service should be used or not.''', 3163 If this setting is not configured then users can choose whether the spell checking service should be used or not.''',
3164 }, 3164 },
3165 { 3165 {
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
3339 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 3339 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
3340 'text': 'deprecated', 3340 'text': 'deprecated',
3341 }, 3341 },
3342 'doc_recommended': { 3342 'doc_recommended': {
3343 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 3343 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
3344 'text': 'Recommended', 3344 'text': 'Recommended',
3345 }, 3345 },
3346 }, 3346 },
3347 'placeholders': [], 3347 'placeholders': [],
3348 } 3348 }
OLDNEW
« 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