| 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 'example_value': True, | 187 'example_value': True, |
| 188 } | 188 } |
| 189 }, | 189 }, |
| 190 { | 190 { |
| 191 'name': 'MetricsReportingEnabled', | 191 'name': 'MetricsReportingEnabled', |
| 192 'type': 'main', | 192 'type': 'main', |
| 193 'supported_on': ['chrome.*:8-'], | 193 'supported_on': ['chrome.*:8-'], |
| 194 'annotations': { | 194 'annotations': { |
| 195 'features': {'dynamic_refresh': 0}, | 195 'features': {'dynamic_refresh': 0}, |
| 196 'example_value': True, | 196 'example_value': True, |
| 197 'problem_href': | |
| 198 'http://www.chromium.org/administrators/' | |
| 199 'policy-list-3/metrics-reporting-enabled', | |
| 200 } | 197 } |
| 201 }, | 198 }, |
| 202 { | 199 { |
| 203 'name': 'PasswordManager', | 200 'name': 'PasswordManager', |
| 204 'type': 'group', | 201 'type': 'group', |
| 205 'policies': [{ | 202 'policies': [{ |
| 206 'name': 'PasswordManagerEnabled', | 203 'name': 'PasswordManagerEnabled', |
| 207 'type': 'main', | 204 'type': 'main', |
| 208 'supported_on': ['chrome.*:8-'], | 205 'supported_on': ['chrome.*:8-'], |
| 209 'annotations': { | 206 'annotations': { |
| (...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 680 { | 677 { |
| 681 'key': '$4', | 678 'key': '$4', |
| 682 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting-
started' | 679 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting-
started' |
| 683 }, | 680 }, |
| 684 { | 681 { |
| 685 'key': '$5', | 682 'key': '$5', |
| 686 'value': 'http://www.chromium.org/administrators/policy-templates' | 683 'value': 'http://www.chromium.org/administrators/policy-templates' |
| 687 }, | 684 }, |
| 688 ] | 685 ] |
| 689 } | 686 } |
| OLD | NEW |