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

Side by Side Diff: chrome/app/policy/policy_templates.json

Issue 12230009: Fix typo in policy_templates.json (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | no next file » | 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 4178 matching lines...) Expand 10 before | Expand all | Expand 10 after
4189 'type': 'int', 4189 'type': 'int',
4190 'schema': { 'type': 'integer' }, 4190 'schema': { 'type': 'integer' },
4191 'supported_on': ['chrome_os:26-'], 4191 'supported_on': ['chrome_os:26-'],
4192 'features': { 4192 'features': {
4193 'dynamic_refresh': True, 4193 'dynamic_refresh': True,
4194 'per_profile': False, 4194 'per_profile': False,
4195 }, 4195 },
4196 'example_value': 200, 4196 'example_value': 200,
4197 'id': 184, 4197 'id': 184,
4198 'caption': '''Percentage by which to scale the idle delay in presentat ion mode''', 4198 'caption': '''Percentage by which to scale the idle delay in presentat ion mode''',
4199 'desc': '''Specifies the percentage by which the idle delay is scaled when the device is in presentation node. 4199 'desc': '''Specifies the percentage by which the idle delay is scaled when the device is in presentation mode.
4200 4200
4201 If this policy is set, it specifies the percentage by which the idle d elay is scaled when the device is in presentation mode. When the idle delay is s caled, the screen dimming, screen off and screen lock delays get adjusted to mai ntain the same distances from the idle delay as originally configured. 4201 If this policy is set, it specifies the percentage by which the idle d elay is scaled when the device is in presentation mode. When the idle delay is s caled, the screen dimming, screen off and screen lock delays get adjusted to mai ntain the same distances from the idle delay as originally configured.
4202 4202
4203 If this policy is unset, a default scale factor is used. 4203 If this policy is unset, a default scale factor is used.
4204 4204
4205 The scale factor must be 100% or more. Values that would make the idle delay in presentation mode shorter than the regular idle delay are not allowed. ''', 4205 The scale factor must be 100% or more. Values that would make the idle delay in presentation mode shorter than the regular idle delay are not allowed. ''',
4206 }, 4206 },
4207 ], 4207 ],
4208 }, 4208 },
4209 { 4209 {
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
4339 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 4339 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
4340 'text': 'deprecated', 4340 'text': 'deprecated',
4341 }, 4341 },
4342 'doc_recommended': { 4342 'doc_recommended': {
4343 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 4343 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
4344 'text': 'Default Settings (users can override)', 4344 'text': 'Default Settings (users can override)',
4345 }, 4345 },
4346 }, 4346 },
4347 'placeholders': [], 4347 'placeholders': [],
4348 } 4348 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698