| 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 5003 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5014 'id': 292, | 5014 'id': 292, |
| 5015 'caption': '''Frequency of device status report uploads''', | 5015 'caption': '''Frequency of device status report uploads''', |
| 5016 'tags': ['admin-sharing'], | 5016 'tags': ['admin-sharing'], |
| 5017 'desc': '''How frequently device status uploads are sent, in milliseconds. | 5017 'desc': '''How frequently device status uploads are sent, in milliseconds. |
| 5018 | 5018 |
| 5019 If this policy is unset, the default frequency is 3 hours. The minimum | 5019 If this policy is unset, the default frequency is 3 hours. The minimum |
| 5020 allowed frequency is 60 seconds.''', | 5020 allowed frequency is 60 seconds.''', |
| 5021 'arc_support': 'This policy has no effect on the logging done by Android.'
, | 5021 'arc_support': 'This policy has no effect on the logging done by Android.'
, |
| 5022 }, | 5022 }, |
| 5023 { | 5023 { |
| 5024 'name': 'ReportArcStatus', | 5024 'name': 'ReportArcStatusEnabled', |
| 5025 'type': 'main', | 5025 'type': 'main', |
| 5026 'schema': { 'type': 'boolean' }, | 5026 'schema': { 'type': 'boolean' }, |
| 5027 'supported_on': ['chrome_os:55-'], | 5027 'supported_on': ['chrome_os:55-'], |
| 5028 'features': { | 5028 'features': { |
| 5029 'dynamic_refresh': True, | 5029 'dynamic_refresh': True, |
| 5030 'per_profile': False, | 5030 'per_profile': False, |
| 5031 }, | 5031 }, |
| 5032 'example_value': False, | 5032 'example_value': False, |
| 5033 'id': 349, | 5033 'id': 349, |
| 5034 'caption': '''Report information about status of Android''', | 5034 'caption': '''Report information about status of Android''', |
| (...skipping 4163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9198 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 9198 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
| 9199 'text': 'Default Settings (users can override)', | 9199 'text': 'Default Settings (users can override)', |
| 9200 }, | 9200 }, |
| 9201 'doc_complex_policies_on_windows': { | 9201 'doc_complex_policies_on_windows': { |
| 9202 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 9202 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
| 9203 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL
ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e
x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>'
'', | 9203 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL
ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e
x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>'
'', |
| 9204 }, | 9204 }, |
| 9205 }, | 9205 }, |
| 9206 'placeholders': [], | 9206 'placeholders': [], |
| 9207 } | 9207 } |
| OLD | NEW |