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

Unified Diff: components/signin/core/common/signin_switches.cc

Issue 795873004: Enable webview-based sign-in to chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Put back old value and label in histograms Created 5 years, 11 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 | « components/signin/core/common/signin_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/core/common/signin_switches.cc
diff --git a/components/signin/core/common/signin_switches.cc b/components/signin/core/common/signin_switches.cc
index 6b40e85830ef1b71ecafd6c72e7c5bed2efe397a..a70e289dee325f29dc6be4018ed0760c909bbf0b 100644
--- a/components/signin/core/common/signin_switches.cc
+++ b/components/signin/core/common/signin_switches.cc
@@ -25,6 +25,10 @@ const char kDisableSigninScopedDeviceId[] = "disable-signin-scoped-device-id";
// Enables consistent identity features.
const char kEnableAccountConsistency[] = "enable-account-consistency";
+// Enables the old iframe-based flow for sign in. When not enabled, uses the
+// webview-based flow.
+const char kEnableIframeBasedSignin[] = "enable-iframe-based-signin";
+
// Enable the new avatar menu and the User Manager.
const char kEnableNewAvatarMenu[] = "enable-new-avatar-menu";
@@ -39,9 +43,6 @@ extern const char kEnableRefreshTokenAnnotationRequest[] =
// settings page.
const char kEnableWebBasedSignin[] = "enable-web-based-signin";
-// Enables the webview-based flow for sign in.
-const char kEnableWebviewBasedSignin[] = "enable-webview-based-signin";
-
// Enables multiple account versions of chrome.identity APIs.
const char kExtensionsMultiAccount[] = "extensions-multi-account";
« no previous file with comments | « components/signin/core/common/signin_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698