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

Side by Side Diff: components/policy/resources/policy_templates.json

Issue 197013007: Set drive as the default download folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes build errors Created 6 years, 9 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
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 1040 matching lines...) Expand 10 before | Expand all | Expand 10 after
1051 1051
1052 If the value of this policy is 0, the default cache size will be used but the user will not be able to change it. 1052 If the value of this policy is 0, the default cache size will be used but the user will not be able to change it.
1053 1053
1054 If this policy is not set the default size will be used and the user will be able to override it with the --media-cache-size flag.''', 1054 If this policy is not set the default size will be used and the user will be able to override it with the --media-cache-size flag.''',
1055 'label': '''Set media disk cache size''', 1055 'label': '''Set media disk cache size''',
1056 }, 1056 },
1057 { 1057 {
1058 'name': 'DownloadDirectory', 1058 'name': 'DownloadDirectory',
1059 'type': 'string', 1059 'type': 'string',
1060 'schema': { 'type': 'string' }, 1060 'schema': { 'type': 'string' },
1061 'supported_on': ['chrome.*:11-'], 1061 'supported_on': ['chrome.*:11-', 'chrome_os:35-'],
1062 'features': { 1062 'features': {
1063 'can_be_recommended': True, 1063 'can_be_recommended': True,
1064 'dynamic_refresh': True, 1064 'dynamic_refresh': True,
1065 'per_profile': True, 1065 'per_profile': True,
1066 }, 1066 },
1067 'example_value': '/home/${user_name}/Downloads', 1067 'example_value': '/home/${user_name}/Downloads',
1068 'id': 64, 1068 'id': 64,
1069 'caption': '''Set download directory''', 1069 'caption': '''Set download directory''',
1070 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Goo gle Chrome</ex></ph> will use for downloading files. 1070 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Goo gle Chrome</ex></ph> will use for downloading files.
1071 1071
(...skipping 5397 matching lines...) Expand 10 before | Expand all | Expand 10 after
6469 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 6469 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
6470 'text': 'deprecated', 6470 'text': 'deprecated',
6471 }, 6471 },
6472 'doc_recommended': { 6472 'doc_recommended': {
6473 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 6473 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
6474 'text': 'Default Settings (users can override)', 6474 'text': 'Default Settings (users can override)',
6475 }, 6475 },
6476 }, 6476 },
6477 'placeholders': [], 6477 'placeholders': [],
6478 } 6478 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698