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

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

Issue 12300016: Ignoring the timezone policy if it is set to an empty string. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Initial patch. 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 | chrome/browser/policy/browser_policy_connector.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 3752 matching lines...) Expand 10 before | Expand all | Expand 10 after
3763 'type': 'string', 3763 'type': 'string',
3764 'schema': { 'type': 'string' }, 3764 'schema': { 'type': 'string' },
3765 'supported_on': ['chrome_os:22-'], 3765 'supported_on': ['chrome_os:22-'],
3766 'device_only': True, 3766 'device_only': True,
3767 'features': { 3767 'features': {
3768 'dynamic_refresh': True, 3768 'dynamic_refresh': True,
3769 }, 3769 },
3770 'example_value': 'America/Los_Angeles', 3770 'example_value': 'America/Los_Angeles',
3771 'id': 158, 3771 'id': 158,
3772 'caption': '''Timezone''', 3772 'caption': '''Timezone''',
3773 'desc': '''Specifies the timezone to be used for the device. Users can ove rride the specified timezone for the current session. However, on logout it is s et back to the specified timezone. If an invalid value is provided, the policy i s still activated using "GMT" instead. 3773 'desc': '''Specifies the timezone to be used for the device. Users can ove rride the specified timezone for the current session. However, on logout it is s et back to the specified timezone. If an invalid value is provided, the policy i s still activated using "GMT" instead. If an empty string is provided, the polic y is ignored.
3774 3774
3775 If this policy is not used, the currently active timezone will remain in u se however users can change the timezone and the change is persistent. Thus a ch ange by one user affects the login-screen and all other users. 3775 If this policy is not used, the currently active timezone will remain in u se however users can change the timezone and the change is persistent. Thus a ch ange by one user affects the login-screen and all other users.
3776 3776
3777 New devices start out with the timezone set to "US/Pacific". 3777 New devices start out with the timezone set to "US/Pacific".
3778 3778
3779 The format of the value follows the names of timezones in the "IANA Time Z one Database" (see "http://en.wikipedia.org/wiki/List_of_tz_database_time"). In particular, most timezones can be referred to by "continent/large_city" or "ocea n/large_city".''', 3779 The format of the value follows the names of timezones in the "IANA Time Z one Database" (see "http://en.wikipedia.org/wiki/List_of_tz_database_time"). In particular, most timezones can be referred to by "continent/large_city" or "ocea n/large_city".''',
3780 }, 3780 },
3781 { 3781 {
3782 'name': 'ShowLogoutButtonInTray', 3782 'name': 'ShowLogoutButtonInTray',
3783 'type': 'main', 3783 'type': 'main',
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
4395 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 4395 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
4396 'text': 'deprecated', 4396 'text': 'deprecated',
4397 }, 4397 },
4398 'doc_recommended': { 4398 'doc_recommended': {
4399 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 4399 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
4400 'text': 'Default Settings (users can override)', 4400 'text': 'Default Settings (users can override)',
4401 }, 4401 },
4402 }, 4402 },
4403 'placeholders': [], 4403 'placeholders': [],
4404 } 4404 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/policy/browser_policy_connector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698