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

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: Add deprecation message 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..3173a64d11e3e8ee41d1383acfe67e65be83d258 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -1200,11 +1200,14 @@
'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 is no longer needed with Chrome 41 or later.
Andrew T Wilson (Slow) 2015/02/13 15:38:46 Maybe say something like "This setting should no l
Roger Tawa OOO till Jul 10th 2015/02/13 15:57:46 Done, but used 43 instead of 42.
+
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