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 950 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 961 'type': 'main', | 961 'type': 'main', |
| 962 'schema': { 'type': 'boolean' }, | 962 'schema': { 'type': 'boolean' }, |
| 963 'supported_on': ['chrome.*:8-'], | 963 'supported_on': ['chrome.*:8-'], |
| 964 'features': { | 964 'features': { |
| 965 'can_be_recommended': True, | 965 'can_be_recommended': True, |
| 966 'dynamic_refresh': False, | 966 'dynamic_refresh': False, |
| 967 'per_profile': False, | 967 'per_profile': False, |
| 968 }, | 968 }, |
| 969 'example_value': True, | 969 'example_value': True, |
| 970 'id': 15, | 970 'id': 15, |
| 971 'caption': '''Enable reporting of usage and crash-related data''', | 971 'caption': '''Enable reporting of RAPPOR, usage, and crash-related data''' , |
| 972 'desc': '''Enables anonymous reporting of usage and crash-related data abo ut <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to Google and prevents users from changing this setting. | 972 'desc': '''Enables anonymous reporting of RAPPOR, usage, and crash-related data about <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to Google and prevents users from changing this setting. |
| 973 | 973 |
| 974 If you enable this setting, anonymous reporting of usage and crash-related data is sent to Google. | 974 If you enable this setting, anonymous reporting of RAPPOR, usage and crash -related data is sent to Google. |
| 975 | 975 |
| 976 If you disable this setting, anonymous reporting of usage and crash-relate d data is never sent to Google. | 976 If you disable this setting, anonymous reporting of RAPPOR, usage and cras h-related data is never sent to Google. |
| 977 | 977 |
| 978 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. | 978 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
| 979 | 979 |
| 980 If this policy is left not set the setting will be what the user chose upo n installation / first run.''', | 980 If this policy is left not set the setting will be what the user chose upo n installation / first run.''', |
|
Mattias Nissler (ping if slow)
2015/02/10 21:29:09
Is the user actually prompted for RAPPOR on/off du
Steven Holte
2015/02/10 21:44:32
No, we don't have any first run UI. Took a stab a
| |
| 981 }, | 981 }, |
| 982 { | 982 { |
| 983 'name': 'PasswordManager', | 983 'name': 'PasswordManager', |
| 984 'type': 'group', | 984 'type': 'group', |
| 985 'caption': '''Password manager''', | 985 'caption': '''Password manager''', |
| 986 'desc': '''Configures the password manager. If the password manager is ena bled, then you can choose to enable or disable whether the user may show stored passwords in clear text.''', | 986 'desc': '''Configures the password manager. If the password manager is ena bled, then you can choose to enable or disable whether the user may show stored passwords in clear text.''', |
| 987 'policies': [ | 987 'policies': [ |
| 988 { | 988 { |
| 989 'name': 'PasswordManagerEnabled', | 989 'name': 'PasswordManagerEnabled', |
| 990 'type': 'main', | 990 'type': 'main', |
| (...skipping 6260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 7251 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', | 7251 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', |
| 7252 'text': 'Default Settings (users can override)', | 7252 'text': 'Default Settings (users can override)', |
| 7253 }, | 7253 }, |
| 7254 'doc_complex_policies_on_windows': { | 7254 'doc_complex_policies_on_windows': { |
| 7255 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', | 7255 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', |
| 7256 '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>''' , | 7256 '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>''' , |
| 7257 }, | 7257 }, |
| 7258 }, | 7258 }, |
| 7259 'placeholders': [], | 7259 'placeholders': [], |
| 7260 } | 7260 } |
| OLD | NEW |