| 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 8446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8457 | 8457 |
| 8458 If set to TimezoneAutomaticDetectionSendWiFiAccessPoints, timezone control
s in chrome://settings will be disabled. Automatic timezone detection will be al
ways on. The list of visible WiFi access-points will be always sent to Geolocati
on API server for fine-grained timezone detection. | 8458 If set to TimezoneAutomaticDetectionSendWiFiAccessPoints, timezone control
s in chrome://settings will be disabled. Automatic timezone detection will be al
ways on. The list of visible WiFi access-points will be always sent to Geolocati
on API server for fine-grained timezone detection. |
| 8459 | 8459 |
| 8460 If this policy is not set, it will behave as if TimezoneAutomaticDetection
UsersDecide is set. | 8460 If this policy is not set, it will behave as if TimezoneAutomaticDetection
UsersDecide is set. |
| 8461 | 8461 |
| 8462 If SystemTimezone policy is set, it overrides this policy. In this case au
tomatic timezone detection is completely disabled.''', | 8462 If SystemTimezone policy is set, it overrides this policy. In this case au
tomatic timezone detection is completely disabled.''', |
| 8463 }, | 8463 }, |
| 8464 { | 8464 { |
| 8465 'name': 'TaskManagerEndProcessEnabled', | 8465 'name': 'TaskManagerEndProcessEnabled', |
| 8466 'caption': '''Enables ending processes in Task Manager''', | 8466 'caption': '''Enables ending processes in Task Manager''', |
| 8467 'desc': '''Enables ending processes in <ph name="PRODUCT_NAME">$1<ex>Googl
e Chrome</ex></ph>'s Task Manager. | 8467 'desc': '''Enables ending processes in <ph name="PRODUCT_NAME">$1<ex>Googl
e Chrome</ex></ph>'s Task Manager. |
| 8468 | 8468 |
| 8469 If set to false, the 'End process' button is disabled in the Task Manager. | 8469 If set to false, the 'End process' button is disabled in the Task Manager. |
| 8470 | 8470 |
| 8471 If set to true or not configured, the user can end processes in the Task M
anager.''', | 8471 If set to true or not configured, the user can end processes in the Task M
anager.''', |
| 8472 'type': 'main', | 8472 'type': 'main', |
| 8473 'schema': { 'type': 'boolean' }, | 8473 'schema': { 'type': 'boolean' }, |
| 8474 'supported_on': ['chrome.*:52-','chrome_os:52-'], | 8474 'supported_on': ['chrome.*:52-','chrome_os:52-'], |
| 8475 'features': { | 8475 'features': { |
| 8476 'dynamic_refresh': True, | 8476 'dynamic_refresh': True, |
| 8477 'per_profile': False, | 8477 'per_profile': False, |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8602 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 8602 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
| 8603 'text': 'Default Settings (users can override)', | 8603 'text': 'Default Settings (users can override)', |
| 8604 }, | 8604 }, |
| 8605 'doc_complex_policies_on_windows': { | 8605 'doc_complex_policies_on_windows': { |
| 8606 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 8606 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
| 8607 '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>'
'', | 8607 '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>'
'', |
| 8608 }, | 8608 }, |
| 8609 }, | 8609 }, |
| 8610 'placeholders': [], | 8610 'placeholders': [], |
| 8611 } | 8611 } |
| OLD | NEW |