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

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

Issue 380183002: Remove 'future: True' from the EnableWebBasedSignin policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 999 matching lines...) Expand 10 before | Expand all | Expand 10 after
1010 }, 1010 },
1011 { 1011 {
1012 'name': 'EnableWebBasedSignin', 1012 'name': 'EnableWebBasedSignin',
1013 'type': 'main', 1013 'type': 'main',
1014 'schema': { 'type': 'boolean' }, 1014 'schema': { 'type': 'boolean' },
1015 'supported_on': ['chrome.*:35-'], 1015 'supported_on': ['chrome.*:35-'],
1016 'features': { 1016 'features': {
1017 'dynamic_refresh': False, 1017 'dynamic_refresh': False,
1018 'per_profile': False, 1018 'per_profile': False,
1019 }, 1019 },
1020 'future': True,
1021 'example_value': False, 1020 'example_value': False,
1022 'id': 265, 1021 'id': 265,
1023 'caption': '''Enables the old web-based signin''', 1022 'caption': '''Enables the old web-based signin''',
1024 'desc': '''Enables the old web-based signin flow. 1023 'desc': '''Enables the old web-based signin flow.
1025 1024
1026 This setting is useful for enterprise customers who are using SSO solution s that are not compatible with the new inline signin flow yet. 1025 This setting is useful for enterprise customers who are using SSO solution s that are not compatible with the new inline signin flow yet.
1027 If you enable this setting, the old web-based signin flow would be used. 1026 If you enable this setting, the old web-based signin flow would be used.
1028 If you disable this setting or leave it not set, the new inline signin flo w would be used by default. Users may still enable the old web-based signin flow through the command line flag --enable-web-based-signin. 1027 If you disable this setting or leave it not set, the new inline signin flo w would be used by default. Users may still enable the old web-based signin flow through the command line flag --enable-web-based-signin.
1029 1028
1030 The experimental setting will be removed in the future when the inline sig nin fully supports all SSO signin flows.''', 1029 The experimental setting will be removed in the future when the inline sig nin fully supports all SSO signin flows.''',
(...skipping 5606 matching lines...) Expand 10 before | Expand all | Expand 10 after
6637 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 6636 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
6638 'text': 'deprecated', 6637 'text': 'deprecated',
6639 }, 6638 },
6640 'doc_recommended': { 6639 'doc_recommended': {
6641 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 6640 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
6642 'text': 'Default Settings (users can override)', 6641 'text': 'Default Settings (users can override)',
6643 }, 6642 },
6644 }, 6643 },
6645 'placeholders': [], 6644 'placeholders': [],
6646 } 6645 }
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