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

Unified Diff: chrome/common/chrome_switches.cc

Issue 115393004: Turn on inline signin by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 70802d5759adbfc34b0e3ac59af8d6ac9d0d1ee9..33a325fca6bcaaf8c82ae973b933f2d9fcdc230e 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -648,8 +648,9 @@ const char kEnableGoogleNowIntegration[] = "enable-google-now-integration";
// Enable HTTP/2 draft 04. This is a temporary testing flag.
const char kEnableHttp2Draft04[] = "enable-http2-draft-04";
-// Enables the inline sign in flow on Chrome desktop.
-const char kEnableInlineSignin[] = "enable-inline-signin";
+// Enables the pure web-based flow for sign in on first run/NTP/wrench menu/
+// settings page.
+const char kEnableWebBasedSignin[] = "enable-web-based-signin";
// Enables IPv6 support, even if probes suggest that it may not be fully
// supported. Some probes may require internet connections, and this flag will
« chrome/browser/ui/webui/inline_login_ui.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698