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

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

Issue 466293003: Move guest policy to M38 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | 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 6629 matching lines...) Expand 10 before | Expand all | Expand 10 after
6640 6640
6641 The pre-selected keyboard layout will always be the most popular layout ma tching the pre-selected locale. 6641 The pre-selected keyboard layout will always be the most popular layout ma tching the pre-selected locale.
6642 6642
6643 This policy can only be set as recommended. You can use this policy to mov e a set of recommended locales to the top but users are always allowed to choose any locale supported by <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex>< /ph> for their session. 6643 This policy can only be set as recommended. You can use this policy to mov e a set of recommended locales to the top but users are always allowed to choose any locale supported by <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex>< /ph> for their session.
6644 ''', 6644 ''',
6645 }, 6645 },
6646 { 6646 {
6647 'name': 'BrowserGuestModeEnabled', 6647 'name': 'BrowserGuestModeEnabled',
6648 'type': 'main', 6648 'type': 'main',
6649 'schema': { 'type': 'boolean' }, 6649 'schema': { 'type': 'boolean' },
6650 'supported_on': ['chrome.*:39-'], 6650 'supported_on': ['chrome.*:38-'],
6651 'features': { 6651 'features': {
6652 'dynamic_refresh': True, 6652 'dynamic_refresh': True,
6653 'per_profile': False, 6653 'per_profile': False,
6654 }, 6654 },
6655 'example_value': True, 6655 'example_value': True,
6656 'id': 275, 6656 'id': 275,
6657 'caption': '''Enable guest mode in browser''', 6657 'caption': '''Enable guest mode in browser''',
6658 '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. 6658 '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.
6659 6659
6660 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.''', 6660 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.''',
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
6768 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 6768 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
6769 'text': 'deprecated', 6769 'text': 'deprecated',
6770 }, 6770 },
6771 'doc_recommended': { 6771 'doc_recommended': {
6772 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 6772 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
6773 'text': 'Default Settings (users can override)', 6773 'text': 'Default Settings (users can override)',
6774 }, 6774 },
6775 }, 6775 },
6776 'placeholders': [], 6776 'placeholders': [],
6777 } 6777 }
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