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

Unified Diff: chrome/browser/about_flags.cc

Issue 11316299: Enable web-based sign in flow by default. Can use command line argument (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix BiDi tests and indent Created 8 years 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/app/generated_resources.grd ('k') | chrome/browser/first_run/first_run.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 648c7a36ba48ba0314172618b577b6a9ade8d8b4..3e0ce001426befbfd026e347434a8cbf37509c27 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -862,11 +862,11 @@ const Experiment kExperiments[] = {
},
#endif
{
- "use-web-based-signin-flow",
- IDS_FLAGS_USE_WEB_BASED_SIGNIN_FLOW_NAME,
- IDS_FLAGS_USE_WEB_BASED_SIGNIN_FLOW_DESCRIPTION,
+ "use-client-login-signin-flow",
+ IDS_FLAGS_USE_CLIENT_LOGIN_SIGNIN_FLOW_NAME,
+ IDS_FLAGS_USE_CLIENT_LOGIN_SIGNIN_FLOW_DESCRIPTION,
kOsMac | kOsWin | kOsLinux,
- SINGLE_VALUE_TYPE(switches::kUseWebBasedSigninFlow)
+ SINGLE_VALUE_TYPE(switches::kUseClientLoginSigninFlow)
},
{
"enable-desktop-guest-mode",
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/first_run/first_run.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698