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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 116 # templates and documentation. The policy definition list that Chrome sees | 116 # templates and documentation. The policy definition list that Chrome sees |
| 117 # will include policies marked with 'future'. If a WIP policy isn't meant to | 117 # will include policies marked with 'future'. If a WIP policy isn't meant to |
| 118 # be seen by the policy providers either, the 'supported_on' key should be set | 118 # be seen by the policy providers either, the 'supported_on' key should be set |
| 119 # to an empty list. | 119 # to an empty list. |
| 120 # | 120 # |
| 121 # IDs: | 121 # IDs: |
| 122 # Since a Protocol Buffer definition is generated from this file, unique and | 122 # Since a Protocol Buffer definition is generated from this file, unique and |
| 123 # persistent IDs for all fields (but not for groups!) are needed. These are | 123 # persistent IDs for all fields (but not for groups!) are needed. These are |
| 124 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, | 124 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
| 125 # because doing so would break the deployed wire format! | 125 # because doing so would break the deployed wire format! |
| 126 # For your editing convenience: highest ID currently used: 276 | 126 # For your editing convenience: highest ID currently used: 276 |
|
Joao da Silva
2014/09/18 12:25:44
Update this value
Nikhil
2014/09/19 15:05:16
Done.
| |
| 127 # | 127 # |
| 128 # Placeholders: | 128 # Placeholders: |
| 129 # The following placeholder strings are automatically substituted: | 129 # The following placeholder strings are automatically substituted: |
| 130 # $1 -> Google Chrome / Chromium | 130 # $1 -> Google Chrome / Chromium |
| 131 # $2 -> Google Chrome OS / Chromium OS | 131 # $2 -> Google Chrome OS / Chromium OS |
| 132 # $3 -> Google Chrome Frame / Chromium Frame | 132 # $3 -> Google Chrome Frame / Chromium Frame |
| 133 # $6 is reserved for doc_writer | 133 # $6 is reserved for doc_writer |
| 134 # | 134 # |
| 135 # Device Policy: | 135 # Device Policy: |
| 136 # An additional flag device_only (optional, defaults to False) indicates | 136 # An additional flag device_only (optional, defaults to False) indicates |
| (...skipping 3333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3470 'id': 101, | 3470 'id': 101, |
| 3471 'caption': '''Import saved passwords from default browser on first run''', | 3471 'caption': '''Import saved passwords from default browser on first run''', |
| 3472 'desc': '''This policy forces the saved passwords to be imported from the previous default browser if enabled. If enabled, this policy also affects the im port dialog. | 3472 'desc': '''This policy forces the saved passwords to be imported from the previous default browser if enabled. If enabled, this policy also affects the im port dialog. |
| 3473 | 3473 |
| 3474 If disabled, the saved passwords are not imported. | 3474 If disabled, the saved passwords are not imported. |
| 3475 | 3475 |
| 3476 If it is not set, the user may be asked whether to import, or importing ma y happen automatically.''', | 3476 If it is not set, the user may be asked whether to import, or importing ma y happen automatically.''', |
| 3477 'label': '''Import saved passwords from default browser on first run''', | 3477 'label': '''Import saved passwords from default browser on first run''', |
| 3478 }, | 3478 }, |
| 3479 { | 3479 { |
| 3480 'name': 'ImportAutofillFormData', | |
| 3481 'type': 'main', | |
| 3482 'schema': { 'type': 'boolean' }, | |
| 3483 'supported_on': ['chrome.*:39-'], | |
| 3484 'features': { | |
| 3485 'can_be_recommended': True, | |
| 3486 'dynamic_refresh': True, | |
| 3487 'per_profile': True, | |
| 3488 }, | |
| 3489 'example_value': True, | |
| 3490 'id': 277, | |
| 3491 'caption': '''Import autofill form data from default browser on first run' '', | |
| 3492 'desc': '''This policy forces the autofill form data to be imported from t he previous default browser if enabled. If enabled, this policy also affects the import dialog. | |
| 3493 | |
| 3494 If disabled, the autofill form data is not imported. | |
| 3495 | |
| 3496 If it is not set, the user may be asked whether to import, or importing ma y happen automatically.''', | |
| 3497 'label': '''Import autofill form data from default browser on first run''' , | |
| 3498 }, | |
| 3499 { | |
| 3480 'name': 'MaxConnectionsPerProxy', | 3500 'name': 'MaxConnectionsPerProxy', |
| 3481 'type': 'int', | 3501 'type': 'int', |
| 3482 'schema': { 'type': 'integer' }, | 3502 'schema': { 'type': 'integer' }, |
| 3483 'supported_on': ['chrome.*:14-'], | 3503 'supported_on': ['chrome.*:14-'], |
| 3484 'features': { | 3504 'features': { |
| 3485 'dynamic_refresh': False, | 3505 'dynamic_refresh': False, |
| 3486 'per_profile': False, | 3506 'per_profile': False, |
| 3487 }, | 3507 }, |
| 3488 'example_value': 32, | 3508 'example_value': 32, |
| 3489 'id': 92, | 3509 'id': 92, |
| (...skipping 3316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 6806 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', | 6826 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', |
| 6807 'text': 'Default Settings (users can override)', | 6827 'text': 'Default Settings (users can override)', |
| 6808 }, | 6828 }, |
| 6809 'doc_complex_policies_on_windows': { | 6829 'doc_complex_policies_on_windows': { |
| 6810 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', | 6830 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', |
| 6811 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">http://www.chromium.org/administrators/complex-policies-on-windows<ex >http://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>''' , | 6831 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">http://www.chromium.org/administrators/complex-policies-on-windows<ex >http://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>''' , |
| 6812 }, | 6832 }, |
| 6813 }, | 6833 }, |
| 6814 'placeholders': [], | 6834 'placeholders': [], |
| 6815 } | 6835 } |
| OLD | NEW |