Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Side by Side Diff: chrome/app/policy/policy_templates.json

Issue 6021010: Fix setting a proxy configuration via policy that specifies a .pac file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address feedback and fix tests Created 9 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/app/policy/policy_templates.grd ('k') | chrome/browser/policy/configuration_policy_pref_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698