Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 1021 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1032 | 1032 |
| 1033 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. | 1033 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. |
| 1034 | 1034 |
| 1035 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.''', | 1035 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.''', |
| 1036 'label': '''Set media disk cache size''', | 1036 'label': '''Set media disk cache size''', |
| 1037 }, | 1037 }, |
| 1038 { | 1038 { |
| 1039 'name': 'DownloadDirectory', | 1039 'name': 'DownloadDirectory', |
| 1040 'type': 'string', | 1040 'type': 'string', |
| 1041 'schema': { 'type': 'string' }, | 1041 'schema': { 'type': 'string' }, |
| 1042 'supported_on': ['chrome.*:11-'], | 1042 'supported_on': ['chrome.*:11-', 'chrome_os:12-'], |
|
dconnelly
2014/03/13 08:06:30
why 12? has this actually been supported since cro
bartfab (slow)
2014/03/13 13:20:00
Please update policy_test_cases.json so that this
| |
| 1043 'features': { | 1043 'features': { |
| 1044 'can_be_recommended': True, | 1044 'can_be_recommended': True, |
| 1045 'dynamic_refresh': True, | 1045 'dynamic_refresh': True, |
| 1046 'per_profile': True, | 1046 'per_profile': True, |
| 1047 }, | 1047 }, |
| 1048 'example_value': '/home/${user_name}/Downloads', | 1048 'example_value': '/home/${user_name}/Downloads', |
| 1049 'id': 64, | 1049 'id': 64, |
| 1050 'caption': '''Set download directory''', | 1050 'caption': '''Set download directory''', |
| 1051 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Goo gle Chrome</ex></ph> will use for downloading files. | 1051 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Goo gle Chrome</ex></ph> will use for downloading files. |
| 1052 | 1052 |
| (...skipping 5329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 6382 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', | 6382 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', |
| 6383 'text': 'deprecated', | 6383 'text': 'deprecated', |
| 6384 }, | 6384 }, |
| 6385 'doc_recommended': { | 6385 'doc_recommended': { |
| 6386 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', | 6386 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', |
| 6387 'text': 'Default Settings (users can override)', | 6387 'text': 'Default Settings (users can override)', |
| 6388 }, | 6388 }, |
| 6389 }, | 6389 }, |
| 6390 'placeholders': [], | 6390 'placeholders': [], |
| 6391 } | 6391 } |
| OLD | NEW |