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

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

Issue 511993003: Roll grit to 175. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « DEPS ('k') | 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 6757 matching lines...) Expand 10 before | Expand all | Expand 10 after
6768 'text': '''Per Profile''' 6768 'text': '''Per Profile'''
6769 }, 6769 },
6770 'doc_deprecated': { 6770 'doc_deprecated': {
6771 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 6771 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
6772 'text': 'deprecated', 6772 'text': 'deprecated',
6773 }, 6773 },
6774 'doc_recommended': { 6774 'doc_recommended': {
6775 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 6775 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
6776 'text': 'Default Settings (users can override)', 6776 'text': 'Default Settings (users can override)',
6777 }, 6777 },
6778 'doc_complex_policies_on_windows': {
6779 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
6780 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">http://www.chromium.org/administrators/complex-policies-on-windows<ex >http://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>''' ,
6781 },
6778 }, 6782 },
6779 'placeholders': [], 6783 'placeholders': [],
6780 } 6784 }
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698