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

Unified Diff: components/policy/resources/policy_templates.json

Issue 927573002: Make sure key::kEnableWebBasedSignin policy also turns on command line arg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make code more rebust Created 5 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/policy/chrome_browser_policy_connector.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/resources/policy_templates.json
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index a11123c2e886866e30d67fc146fd727ab2e2f323..17f90ca8c11b2115f20a1de61ad4240eeb4c16d2 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -1195,16 +1195,20 @@
'name': 'EnableWebBasedSignin',
'type': 'main',
'schema': { 'type': 'boolean' },
- 'supported_on': ['chrome.*:35-'],
+ 'supported_on': ['chrome.*:35-42'],
'features': {
'dynamic_refresh': False,
'per_profile': False,
},
+ 'deprecated': True,
'example_value': False,
'id': 265,
'caption': '''Enables the old web-based signin''',
'desc': '''Enables the old web-based signin flow.
+ This setting should no longer be needed as of Chrome 41 and support will be removed entirely in Chrome 43.
+ This setting will be renamed in Chrome 42 as part of the deprecation process.
+
This setting is useful for enterprise customers who are using SSO solutions that are not compatible with the new inline signin flow yet.
If you enable this setting, the old web-based signin flow would be used.
If you disable this setting or leave it not set, the new inline signin flow would be used by default. Users may still enable the old web-based signin flow through the command line flag --enable-web-based-signin.
« no previous file with comments | « chrome/browser/policy/chrome_browser_policy_connector.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698