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

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

Issue 13878012: Update the description for DriveDisabled to clarify its purpose. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 3608 matching lines...) Expand 10 before | Expand all | Expand 10 after
3619 'name': 'DriveDisabled', 3619 'name': 'DriveDisabled',
3620 'type': 'main', 3620 'type': 'main',
3621 'schema': { 'type': 'boolean' }, 3621 'schema': { 'type': 'boolean' },
3622 'supported_on': ['chrome_os:19-'], 3622 'supported_on': ['chrome_os:19-'],
3623 'features': { 3623 'features': {
3624 'dynamic_refresh': True, 3624 'dynamic_refresh': True,
3625 'per_profile': True, 3625 'per_profile': True,
3626 }, 3626 },
3627 'example_value': True, 3627 'example_value': True,
3628 'id': 139, 3628 'id': 139,
3629 'caption': '''Disables Drive''', 3629 'caption': '''Disables Drive in the Chrome OS Files app''',
3630 'desc': '''Disables Google Drive syncing when set to True. In that cas e, no data is uploaded to Google Drive. 3630 'desc': '''Disables Google Drive syncing in the Chrome OS Files app wh en set to True. In that case, no data is uploaded to Google Drive.
3631 3631
3632 If not set or set to False, then users will be able to transfer files to Google Drive.''', 3632 If not set or set to False, then users will be able to transfer files to Google Drive.''',
3633 }, 3633 },
3634 { 3634 {
3635 'name': 'DriveDisabledOverCellular', 3635 'name': 'DriveDisabledOverCellular',
3636 'type': 'main', 3636 'type': 'main',
3637 'schema': { 'type': 'boolean' }, 3637 'schema': { 'type': 'boolean' },
3638 'supported_on': ['chrome_os:19-'], 3638 'supported_on': ['chrome_os:19-'],
3639 'features': { 3639 'features': {
3640 'dynamic_refresh': True, 3640 'dynamic_refresh': True,
3641 'per_profile': True, 3641 'per_profile': True,
3642 }, 3642 },
3643 'example_value': True, 3643 'example_value': True,
3644 'id': 140, 3644 'id': 140,
3645 'caption': '''Disables Google Drive over Cellular connections''', 3645 'caption': '''Disables Google Drive over Cellular connections in the C hrome OS Files app''',
3646 'desc': '''Disables Google Drive syncing when using a cellular connect ion when set to True. In that case, data is only synced to Google Drive when con nected via WiFi or Ethernet. 3646 'desc': '''Disables Google Drive syncing in the Chrome OS Files app wh en using a cellular connection when set to True. In that case, data is only sync ed to Google Drive when connected via WiFi or Ethernet.
3647 3647
3648 If not set or set to False, then users will be able to transfer files to Google Drive via cellular connections.''', 3648 If not set or set to False, then users will be able to transfer files to Google Drive via cellular connections.''',
3649 }, 3649 },
3650 ], 3650 ],
3651 }, 3651 },
3652 { 3652 {
3653 'name': 'PinnedLauncherApps', 3653 'name': 'PinnedLauncherApps',
3654 'type': 'list', 3654 'type': 'list',
3655 'schema': { 3655 'schema': {
3656 'type': 'array', 3656 'type': 'array',
(...skipping 940 matching lines...) Expand 10 before | Expand all | Expand 10 after
4597 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 4597 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
4598 'text': 'deprecated', 4598 'text': 'deprecated',
4599 }, 4599 },
4600 'doc_recommended': { 4600 'doc_recommended': {
4601 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 4601 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
4602 'text': 'Default Settings (users can override)', 4602 'text': 'Default Settings (users can override)',
4603 }, 4603 },
4604 }, 4604 },
4605 'placeholders': [], 4605 'placeholders': [],
4606 } 4606 }
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