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

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

Issue 23125005: Update policy description for SystemUse24HourClock policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 years, 4 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/chromeos/system/ash_system_tray_delegate.cc » ('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 4095 matching lines...) Expand 10 before | Expand all | Expand 10 after
4106 'type': 'main', 4106 'type': 'main',
4107 'schema': { 'type': 'boolean' }, 4107 'schema': { 'type': 'boolean' },
4108 'supported_on': ['chrome_os:30-'], 4108 'supported_on': ['chrome_os:30-'],
4109 'device_only': True, 4109 'device_only': True,
4110 'features': { 4110 'features': {
4111 'dynamic_refresh': True, 4111 'dynamic_refresh': True,
4112 }, 4112 },
4113 'example_value': True, 4113 'example_value': True,
4114 'id': 236, 4114 'id': 236,
4115 'caption': '''Use 24 hour clock by default''', 4115 'caption': '''Use 24 hour clock by default''',
4116 'desc': '''Specifies the clock format be used for the device. Users can ov erride clock format for the current session. However, on logout it is set back t o the specified value. If an empty string is provided, device owner preference i s used.''', 4116 'desc': '''Specifies the clock format be used for the device.
4117
4118 This policy configures the clock format to use on the login screen and as a default for user sessions. Users can still override the clock format for their account.
4119
4120 If the policy is not set to true, the device will use a 24 hour clock form at. If the policy is set to false, the device will use 12 hour clock format.
4121
4122 If this policy is not set, the device will default to a 24 hour clock form at.''',
4117 }, 4123 },
4118 { 4124 {
4119 'name': 'ShowLogoutButtonInTray', 4125 'name': 'ShowLogoutButtonInTray',
4120 'type': 'main', 4126 'type': 'main',
4121 'schema': { 'type': 'boolean' }, 4127 'schema': { 'type': 'boolean' },
4122 'supported_on': ['chrome_os:25-'], 4128 'supported_on': ['chrome_os:25-'],
4123 'features': { 4129 'features': {
4124 'dynamic_refresh': True, 4130 'dynamic_refresh': True,
4125 'per_profile': True, 4131 'per_profile': True,
4126 }, 4132 },
(...skipping 1455 matching lines...) Expand 10 before | Expand all | Expand 10 after
5582 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 5588 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
5583 'text': 'deprecated', 5589 'text': 'deprecated',
5584 }, 5590 },
5585 'doc_recommended': { 5591 'doc_recommended': {
5586 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 5592 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
5587 'text': 'Default Settings (users can override)', 5593 'text': 'Default Settings (users can override)',
5588 }, 5594 },
5589 }, 5595 },
5590 'placeholders': [], 5596 'placeholders': [],
5591 } 5597 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/system/ash_system_tray_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698