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

Side by Side Diff: components/policy/resources/policy_templates.json

Issue 309643003: Document the new policy loading logic starting with Chrome 35. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 6449 matching lines...) Expand 10 before | Expand all | Expand 10 after
6460 6460
6461 You don't need to change these settings by hand! You can download easy-to -use templates from 6461 You don't need to change these settings by hand! You can download easy-to -use templates from
6462 <ph name="POLICY_TEMPLATE_DOWNLOAD_URL">http://www.chromium.org/administra tors/policy-templates<ex> 6462 <ph name="POLICY_TEMPLATE_DOWNLOAD_URL">http://www.chromium.org/administra tors/policy-templates<ex>
6463 http://www.chromium.org/administrators/policy-templates</ex></ph>. 6463 http://www.chromium.org/administrators/policy-templates</ex></ph>.
6464 6464
6465 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. 6465 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.
6466 6466
6467 Note: Starting with <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> 6467 Note: Starting with <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>
6468 28, policies are loaded directly from the Group Policy API on 6468 28, policies are loaded directly from the Group Policy API on
6469 Windows. Policies manually written to the registry will be ignored. See 6469 Windows. Policies manually written to the registry will be ignored. See
6470 http://crbug.com/259236 for details.''' 6470 http://crbug.com/259236 for details.
6471
6472 Starting with <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> 35, po licies are read directly from the registry if the workstation is enrolled to a m anagement domain; otherwise the policies are read from GPO.'''
pastarmovj 2014/05/30 12:43:11 s/enrolled/joined/ s/management domain/Active Dire
Joao da Silva 2014/05/30 21:05:02 Done.
6471 }, 6473 },
6472 'doc_back_to_top': { 6474 'doc_back_to_top': {
6473 'desc': '''Text of a link in the generated policy documentation, that take s the user to the top of the page''', 6475 'desc': '''Text of a link in the generated policy documentation, that take s the user to the top of the page''',
6474 'text': '''Back to top''' 6476 'text': '''Back to top'''
6475 }, 6477 },
6476 'doc_supported': { 6478 'doc_supported': {
6477 'desc': '''Appears next to the name of each supported feature in the 'list of supported policy features' in the generated policy documentation''', 6479 'desc': '''Appears next to the name of each supported feature in the 'list of supported policy features' in the generated policy documentation''',
6478 'text': '''Yes''' 6480 'text': '''Yes'''
6479 }, 6481 },
6480 'doc_not_supported': { 6482 'doc_not_supported': {
(...skipping 24 matching lines...) Expand all
6505 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 6507 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
6506 'text': 'deprecated', 6508 'text': 'deprecated',
6507 }, 6509 },
6508 'doc_recommended': { 6510 'doc_recommended': {
6509 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 6511 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
6510 'text': 'Default Settings (users can override)', 6512 'text': 'Default Settings (users can override)',
6511 }, 6513 },
6512 }, 6514 },
6513 'placeholders': [], 6515 'placeholders': [],
6514 } 6516 }
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