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

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

Issue 296153009: Fixed the documentation of the default values of the ChromeOsMultiProfileUserBehavior policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 3026 matching lines...) Expand 10 before | Expand all | Expand 10 after
3037 'enum': [ 3037 'enum': [
3038 'unrestricted', 3038 'unrestricted',
3039 'primary-only', 3039 'primary-only',
3040 'not-allowed', 3040 'not-allowed',
3041 ], 3041 ],
3042 }, 3042 },
3043 'items': [ 3043 'items': [
3044 { 3044 {
3045 'name': 'MultiProfileUserBehaviorUnrestricted', 3045 'name': 'MultiProfileUserBehaviorUnrestricted',
3046 'value': 'unrestricted', 3046 'value': 'unrestricted',
3047 'caption': '''Allow enterprise user to be both primary and secondary (Default behavior)''', 3047 'caption': '''Allow enterprise user to be both primary and secondary (Default behavior for non-managed users)''',
3048 }, 3048 },
3049 { 3049 {
3050 'name': 'MultiProfileUserBehaviorMustBePrimary', 3050 'name': 'MultiProfileUserBehaviorMustBePrimary',
3051 'value': 'primary-only', 3051 'value': 'primary-only',
3052 'caption': '''Allow enterprise user to be primary multiprofile user on ly''', 3052 'caption': '''Allow enterprise user to be primary multiprofile user on ly (Default behavior for enterprise-managed users)''',
3053 }, 3053 },
3054 { 3054 {
3055 'name': 'MultiProfileUserBehaviorNotAllowed', 3055 'name': 'MultiProfileUserBehaviorNotAllowed',
3056 'value': 'not-allowed', 3056 'value': 'not-allowed',
3057 'caption': '''Do not allow enterprise user to be part of multiprofile (primary or secondary)''', 3057 'caption': '''Do not allow enterprise user to be part of multiprofile (primary or secondary)''',
3058 }, 3058 },
3059 ], 3059 ],
3060 'supported_on': ['chrome_os:31-'], 3060 'supported_on': ['chrome_os:31-'],
3061 'features': { 3061 'features': {
3062 'dynamic_refresh': True, 3062 'dynamic_refresh': True,
(...skipping 3424 matching lines...) Expand 10 before | Expand all | Expand 10 after
6487 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 6487 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
6488 'text': 'deprecated', 6488 'text': 'deprecated',
6489 }, 6489 },
6490 'doc_recommended': { 6490 'doc_recommended': {
6491 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 6491 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
6492 'text': 'Default Settings (users can override)', 6492 'text': 'Default Settings (users can override)',
6493 }, 6493 },
6494 }, 6494 },
6495 'placeholders': [], 6495 'placeholders': [],
6496 } 6496 }
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