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

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

Issue 518063002: Settings to control Add Person and Browse as Guest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Completely move prefs 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 | « chrome/test/data/policy/policy_test_cases.json ('k') | tools/metrics/histograms/histograms.xml » ('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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 # templates and documentation. The policy definition list that Chrome sees 113 # templates and documentation. The policy definition list that Chrome sees
114 # will include policies marked with 'future'. If a WIP policy isn't meant to 114 # will include policies marked with 'future'. If a WIP policy isn't meant to
115 # be seen by the policy providers either, the 'supported_on' key should be set 115 # be seen by the policy providers either, the 'supported_on' key should be set
116 # to an empty list. 116 # to an empty list.
117 # 117 #
118 # IDs: 118 # IDs:
119 # Since a Protocol Buffer definition is generated from this file, unique and 119 # Since a Protocol Buffer definition is generated from this file, unique and
120 # persistent IDs for all fields (but not for groups!) are needed. These are 120 # persistent IDs for all fields (but not for groups!) are needed. These are
121 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, 121 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
122 # because doing so would break the deployed wire format! 122 # because doing so would break the deployed wire format!
123 # For your editing convenience: highest ID currently used: 275 123 # For your editing convenience: highest ID currently used: 276
124 # 124 #
125 # Placeholders: 125 # Placeholders:
126 # The following placeholder strings are automatically substituted: 126 # The following placeholder strings are automatically substituted:
127 # $1 -> Google Chrome / Chromium 127 # $1 -> Google Chrome / Chromium
128 # $2 -> Google Chrome OS / Chromium OS 128 # $2 -> Google Chrome OS / Chromium OS
129 # $3 -> Google Chrome Frame / Chromium Frame 129 # $3 -> Google Chrome Frame / Chromium Frame
130 # $6 is reserved for doc_writer 130 # $6 is reserved for doc_writer
131 # 131 #
132 # Device Policy: 132 # Device Policy:
133 # An additional flag device_only (optional, defaults to False) indicates 133 # An additional flag device_only (optional, defaults to False) indicates
(...skipping 6523 matching lines...) Expand 10 before | Expand all | Expand 10 after
6657 'dynamic_refresh': True, 6657 'dynamic_refresh': True,
6658 'per_profile': False, 6658 'per_profile': False,
6659 }, 6659 },
6660 'example_value': True, 6660 'example_value': True,
6661 'id': 275, 6661 'id': 275,
6662 'caption': '''Enable guest mode in browser''', 6662 'caption': '''Enable guest mode in browser''',
6663 'desc': '''If this policy is set to true or not configured, <ph name="PROD UCT_NAME">$1<ex>Google Chrome</ex></ph> will enable guest logins. Guest logins a re <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> profiles where all wind ows are in incognito mode. 6663 'desc': '''If this policy is set to true or not configured, <ph name="PROD UCT_NAME">$1<ex>Google Chrome</ex></ph> will enable guest logins. Guest logins a re <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> profiles where all wind ows are in incognito mode.
6664 6664
6665 If this policy is set to false, <ph name="PRODUCT_NAME">$1<ex>Google Chrom e</ex></ph> will not allow guest profiles to be started.''', 6665 If this policy is set to false, <ph name="PRODUCT_NAME">$1<ex>Google Chrom e</ex></ph> will not allow guest profiles to be started.''',
6666 }, 6666 },
6667 {
6668 'name': 'BrowserAddPersonEnabled',
6669 'type': 'main',
6670 'schema': { 'type': 'boolean' },
6671 'supported_on': ['chrome.*:39-'],
6672 'features': {
6673 'dynamic_refresh': True,
6674 'per_profile': False,
6675 },
6676 'example_value': True,
6677 'id': 276,
6678 'caption': '''Enable add person in profile manager''',
6679 'desc': '''If this policy is set to true or not configured, <ph name="PROD UCT_NAME">$1<ex>Google Chrome</ex></ph> will allow Add Person from the user mana ger.
6680
6681 If this policy is set to false, <ph name="PRODUCT_NAME">$1<ex>Google Chrom e</ex></ph> will not allow creation of new profiles from the profile manager.''' ,
6682 },
6667 ], 6683 ],
6668 'messages': { 6684 'messages': {
6669 # Messages that are not associated to any policies. 6685 # Messages that are not associated to any policies.
6670 'win_supported_winxpsp2': { 6686 'win_supported_winxpsp2': {
6671 '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:'.''', 6687 '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:'.''',
6672 'text': '''Microsoft Windows XP SP2 or later''' 6688 'text': '''Microsoft Windows XP SP2 or later'''
6673 }, 6689 },
6674 'mac_chrome_preferences': { 6690 'mac_chrome_preferences': {
6675 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chromium are being edited''', 6691 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chromium are being edited''',
6676 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es''' 6692 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es'''
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
6777 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 6793 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
6778 'text': 'Default Settings (users can override)', 6794 'text': 'Default Settings (users can override)',
6779 }, 6795 },
6780 'doc_complex_policies_on_windows': { 6796 'doc_complex_policies_on_windows': {
6781 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 6797 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
6782 '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>''' , 6798 '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>''' ,
6783 }, 6799 },
6784 }, 6800 },
6785 'placeholders': [], 6801 'placeholders': [],
6786 } 6802 }
OLDNEW
« no previous file with comments | « chrome/test/data/policy/policy_test_cases.json ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698