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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 130 # templates and documentation. The policy definition list that Chrome sees | 130 # templates and documentation. The policy definition list that Chrome sees |
| 131 # will include policies marked with 'future'. If a WIP policy isn't meant to | 131 # will include policies marked with 'future'. If a WIP policy isn't meant to |
| 132 # be seen by the policy providers either, the 'supported_on' key should be set | 132 # be seen by the policy providers either, the 'supported_on' key should be set |
| 133 # to an empty list. | 133 # to an empty list. |
| 134 # | 134 # |
| 135 # IDs: | 135 # IDs: |
| 136 # Since a Protocol Buffer definition is generated from this file, unique and | 136 # Since a Protocol Buffer definition is generated from this file, unique and |
| 137 # persistent IDs for all fields (but not for groups!) are needed. These are | 137 # persistent IDs for all fields (but not for groups!) are needed. These are |
| 138 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, | 138 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
| 139 # because doing so would break the deployed wire format! | 139 # because doing so would break the deployed wire format! |
| 140 # For your editing convenience: highest ID currently used: 325 | 140 # For your editing convenience: highest ID currently used: 327 |
| 141 # | 141 # |
| 142 # Placeholders: | 142 # Placeholders: |
| 143 # The following placeholder strings are automatically substituted: | 143 # The following placeholder strings are automatically substituted: |
| 144 # $1 -> Google Chrome / Chromium | 144 # $1 -> Google Chrome / Chromium |
| 145 # $2 -> Google Chrome OS / Chromium OS | 145 # $2 -> Google Chrome OS / Chromium OS |
| 146 # $3 -> Google Chrome Frame / Chromium Frame | 146 # $3 -> Google Chrome Frame / Chromium Frame |
| 147 # $6 is reserved for doc_writer | 147 # $6 is reserved for doc_writer |
| 148 # | 148 # |
| 149 # Device Policy: | 149 # Device Policy: |
| 150 # An additional flag 'device_only' (optional, defaults to False) indicates | 150 # An additional flag 'device_only' (optional, defaults to False) indicates |
| (...skipping 8299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 8450 If set to TimezoneAutomaticDetectionDisabled, automatic timezone controls in chrome://settings will be disabled. Automatic timezone detection will be alwa ys off. | 8450 If set to TimezoneAutomaticDetectionDisabled, automatic timezone controls in chrome://settings will be disabled. Automatic timezone detection will be alwa ys off. |
| 8451 | 8451 |
| 8452 If set to TimezoneAutomaticDetectionIPOnly, timezone controls in chrome:// settings will be disabled. Automatic timezone detection will be always on. Timez one detection will use IP-only method to resolve location. | 8452 If set to TimezoneAutomaticDetectionIPOnly, timezone controls in chrome:// settings will be disabled. Automatic timezone detection will be always on. Timez one detection will use IP-only method to resolve location. |
| 8453 | 8453 |
| 8454 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. | 8454 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. |
| 8455 | 8455 |
| 8456 If this policy is not set, it will behave as if TimezoneAutomaticDetection UsersDecide is set. | 8456 If this policy is not set, it will behave as if TimezoneAutomaticDetection UsersDecide is set. |
| 8457 | 8457 |
| 8458 If SystemTimezone policy is set, it overrides this policy. In this case au tomatic timezone detection is completely disabled.''', | 8458 If SystemTimezone policy is set, it overrides this policy. In this case au tomatic timezone detection is completely disabled.''', |
| 8459 }, | 8459 }, |
| 8460 { | |
| 8461 'name': 'TaskManagerEndProcessEnabled', | |
| 8462 'caption': '''Enables ending processes in Task Manager''', | |
| 8463 'desc': '''Enables ending processes in <ph name="PRODUCT_NAME">$1<ex>Googl e Chrome</ex></ph>'s Task Manager. | |
| 8464 | |
| 8465 If set to false, the 'End process' button is disabled in the Task Manager. | |
| 8466 | |
| 8467 If set to true or not configured, the user can end processes in the Task M anager.''', | |
| 8468 'type': 'main', | |
| 8469 'schema': { 'type': 'boolean' }, | |
| 8470 'supported_on': ['chrome.*:51-','chrome_os:51-'], | |
|
Andrew T Wilson (Slow)
2016/04/08 15:50:26
BTW, if this CL can land before the branch, great,
| |
| 8471 'features': { | |
| 8472 'dynamic_refresh': True, | |
| 8473 'per_profile': False, | |
| 8474 }, | |
| 8475 'example_value': True, | |
| 8476 'tags': [], | |
| 8477 'id': 327, | |
| 8478 }, | |
| 8460 ], | 8479 ], |
| 8461 'messages': { | 8480 'messages': { |
| 8462 # Messages that are not associated to any policies. | 8481 # Messages that are not associated to any policies. |
| 8463 'win_supported_winxpsp2': { | 8482 'win_supported_winxpsp2': { |
| 8464 'desc': '''A label specifying the oldest possible compatible version of Wi ndows. This text will appear right next to a label containing the text 'Supporte d on:'.''', | 8483 'desc': '''A label specifying the oldest possible compatible version of Wi ndows. This text will appear right next to a label containing the text 'Supporte d on:'.''', |
| 8465 'text': '''Microsoft Windows XP SP2 or later''' | 8484 'text': '''Microsoft Windows XP SP2 or later''' |
| 8466 }, | 8485 }, |
| 8467 'mac_chrome_preferences': { | 8486 'mac_chrome_preferences': { |
| 8468 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chromium are being edited''', | 8487 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chromium are being edited''', |
| 8469 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es''' | 8488 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es''' |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 8579 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', | 8598 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', |
| 8580 'text': 'Default Settings (users can override)', | 8599 'text': 'Default Settings (users can override)', |
| 8581 }, | 8600 }, |
| 8582 'doc_complex_policies_on_windows': { | 8601 'doc_complex_policies_on_windows': { |
| 8583 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', | 8602 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', |
| 8584 '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>' '', | 8603 '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>' '', |
| 8585 }, | 8604 }, |
| 8586 }, | 8605 }, |
| 8587 'placeholders': [], | 8606 'placeholders': [], |
| 8588 } | 8607 } |
| OLD | NEW |