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

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

Issue 23533032: Added policy to control pref: spdy_proxy.enabled (kSpdyProxyAuthEnabled). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed based on Joao's comments. Created 7 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/policy/configuration_policy_handler_list.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 # templates and documentation. The policy definition list that Chrome sees 110 # templates and documentation. The policy definition list that Chrome sees
111 # will include policies marked with 'future'. If a WIP policy isn't meant to 111 # will include policies marked with 'future'. If a WIP policy isn't meant to
112 # be seen by the policy providers either, the 'supported_on' key should be set 112 # be seen by the policy providers either, the 'supported_on' key should be set
113 # to an empty list. 113 # to an empty list.
114 # 114 #
115 # IDs: 115 # IDs:
116 # Since a Protocol Buffer definition is generated from this file, unique and 116 # Since a Protocol Buffer definition is generated from this file, unique and
117 # persistent IDs for all fields (but not for groups!) are needed. These are 117 # persistent IDs for all fields (but not for groups!) are needed. These are
118 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, 118 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
119 # because doing so would break the deployed wire format! 119 # because doing so would break the deployed wire format!
120 # For your editing convenience: highest ID currently used: 240 120 # For your editing convenience: highest ID currently used: 241
121 # 121 #
122 # Placeholders: 122 # Placeholders:
123 # The following placeholder strings are automatically substituted: 123 # The following placeholder strings are automatically substituted:
124 # $1 -> Google Chrome / Chromium 124 # $1 -> Google Chrome / Chromium
125 # $2 -> Google Chrome OS / Chromium OS 125 # $2 -> Google Chrome OS / Chromium OS
126 # $3 -> Google Chrome Frame / Chromium Frame 126 # $3 -> Google Chrome Frame / Chromium Frame
127 # $6 is reserved for doc_writer 127 # $6 is reserved for doc_writer
128 # 128 #
129 # Device Policy: 129 # Device Policy:
130 # An additional flag device_only (optional, defaults to False) indicates 130 # An additional flag device_only (optional, defaults to False) indicates
(...skipping 5393 matching lines...) Expand 10 before | Expand all | Expand 10 after
5524 'desc': '''Configures a list of managed bookmarks. 5524 'desc': '''Configures a list of managed bookmarks.
5525 5525
5526 The policy is a list of bookmarks, and each bookmark is a dictionary conta ining the bookmark "name" and target "url". 5526 The policy is a list of bookmarks, and each bookmark is a dictionary conta ining the bookmark "name" and target "url".
5527 5527
5528 These bookmarks are placed in a Managed bookmarks folder inside the Mobile bookmarks. These bookmarks can't be modified by the user. 5528 These bookmarks are placed in a Managed bookmarks folder inside the Mobile bookmarks. These bookmarks can't be modified by the user.
5529 5529
5530 When this policy is set then the Managed bookmarks are the default folder opened when the bookmarks view is opened in Chrome. 5530 When this policy is set then the Managed bookmarks are the default folder opened when the bookmarks view is opened in Chrome.
5531 5531
5532 Managed bookmarks are not synced to the user account.''', 5532 Managed bookmarks are not synced to the user account.''',
5533 }, 5533 },
5534 {
5535 'name': 'DataCompressionProxyEnabled',
5536 'type': 'main',
5537 'schema': { 'type': 'boolean' },
5538 'supported_on': ['android:31-'],
5539 'features': {
5540 'dynamic_refresh': True,
5541 'per_profile': True,
5542 },
5543 'example_value': True,
5544 'id': 241,
5545 'caption': '''Enable the data compression proxy feature''',
5546 'desc': '''Enable or disable the data compression proxy and prevents users from changing this setting.
5547
5548 If you enable or disable this setting, users cannot change or override thi s setting.
5549
5550 If this policy is left not set, the data compression proxy feature will be available for the user to choose whether to use it or not.''',
5551 },
5534 ], 5552 ],
5535 'messages': { 5553 'messages': {
5536 # Messages that are not associated to any policies. 5554 # Messages that are not associated to any policies.
5537 'win_supported_winxpsp2': { 5555 'win_supported_winxpsp2': {
5538 '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:'.''', 5556 '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:'.''',
5539 'text': '''Microsoft Windows XP SP2 or later''' 5557 'text': '''Microsoft Windows XP SP2 or later'''
5540 }, 5558 },
5541 'mac_chrome_preferences': { 5559 'mac_chrome_preferences': {
5542 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chrome are being edited''', 5560 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chrome are being edited''',
5543 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es''' 5561 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es'''
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
5628 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 5646 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
5629 'text': 'deprecated', 5647 'text': 'deprecated',
5630 }, 5648 },
5631 'doc_recommended': { 5649 'doc_recommended': {
5632 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 5650 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
5633 'text': 'Default Settings (users can override)', 5651 'text': 'Default Settings (users can override)',
5634 }, 5652 },
5635 }, 5653 },
5636 'placeholders': [], 5654 'placeholders': [],
5637 } 5655 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/policy/configuration_policy_handler_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698