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

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

Issue 1412453002: Remove enable-iframe-based-signin flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 years, 1 month 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: 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 88647c86f2e8f9bb43a1fd7176478f77dbbf443e..9b97b463c950b8660fff9a04061e0abc8ceb069f 100644
--- a/components/signin/core/common/signin_switches.cc
+++ b/components/signin/core/common/signin_switches.cc
@@ -26,10 +26,6 @@ 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";
-
// Enables new gaia password-separated sign in flow.
const char kEnablePasswordSeparatedSigninFlow[] =
"enable-password-separated-signin-flow";

Powered by Google App Engine
This is Rietveld 408576698