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

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

Issue 19181002: Updated the generated policy documentation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed whitespace Created 7 years, 5 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
« no previous file with comments | « no previous file | no next file » | 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 5144 matching lines...) Expand 10 before | Expand all | Expand 10 after
5155 'text': '''Example value:''' 5155 'text': '''Example value:'''
5156 }, 5156 },
5157 'doc_intro': { 5157 'doc_intro': {
5158 'desc': '''Introduction text for the generated policy documentation''', 5158 'desc': '''Introduction text for the generated policy documentation''',
5159 'text': '''This is the list of policies that <ph name="PRODUCT_NAME">$1<ex >Google Chrome</ex></ph> respects. 5159 'text': '''This is the list of policies that <ph name="PRODUCT_NAME">$1<ex >Google Chrome</ex></ph> respects.
5160 5160
5161 You don't need to change these settings by hand! You can download easy-to -use templates from 5161 You don't need to change these settings by hand! You can download easy-to -use templates from
5162 <ph name="POLICY_TEMPLATE_DOWNLOAD_URL">http://www.chromium.org/administra tors/policy-templates<ex> 5162 <ph name="POLICY_TEMPLATE_DOWNLOAD_URL">http://www.chromium.org/administra tors/policy-templates<ex>
5163 http://www.chromium.org/administrators/policy-templates</ex></ph>. 5163 http://www.chromium.org/administrators/policy-templates</ex></ph>.
5164 5164
5165 The list of supported policies is the same for Chromium and Google Chrome, but their Windows registry locations differ. 5165 The list of supported policies is the same for Chromium and Google Chrome.
5166 5166
5167 It starts with <ph name="CHROMIUM_KEY">Software\Policies\Chromium</ph> for Chromium policies and with <ph name="GOOGLE_CHROME_KEY">Software\Policies\Googl e\Chrome</ph> for Google Chrome policies. 5167 These policies are strictly intended to be used to configure instances of Chrome internal to your organization. Use of these policies outside of your orga nization (for example, in a publicly distributed program) is considered malware and will likely be labeled as malware by Google and anti-virus vendors.
5168 5168
5169 These policies are strictly intended to be used to configure instances of Chrome internal to your organization. Use of these policies outside of your org anization (for example, in a publicly distributed program) is considered malware and will likely be labeled as malware by Google and anti-virus vendors.''' 5169 Note: starting with Chrome 28, policies are loaded directly from the Group Policy API on Windows. Policies manually written to the registry will be ignore d. See http://crbug.com/259236 for details.'''
5170 }, 5170 },
5171 'doc_back_to_top': { 5171 'doc_back_to_top': {
5172 'desc': '''Text of a link in the generated policy documentation, that take s the user to the top of the page''', 5172 'desc': '''Text of a link in the generated policy documentation, that take s the user to the top of the page''',
5173 'text': '''Back to top''' 5173 'text': '''Back to top'''
5174 }, 5174 },
5175 'doc_supported': { 5175 'doc_supported': {
5176 'desc': '''Appears next to the name of each supported feature in the 'list of supported policy features' in the generated policy documentation''', 5176 'desc': '''Appears next to the name of each supported feature in the 'list of supported policy features' in the generated policy documentation''',
5177 'text': '''Yes''' 5177 'text': '''Yes'''
5178 }, 5178 },
5179 'doc_not_supported': { 5179 'doc_not_supported': {
(...skipping 24 matching lines...) Expand all
5204 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 5204 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
5205 'text': 'deprecated', 5205 'text': 'deprecated',
5206 }, 5206 },
5207 'doc_recommended': { 5207 'doc_recommended': {
5208 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 5208 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
5209 'text': 'Default Settings (users can override)', 5209 'text': 'Default Settings (users can override)',
5210 }, 5210 },
5211 }, 5211 },
5212 'placeholders': [], 5212 'placeholders': [],
5213 } 5213 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698