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

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

Issue 1344443002: Implement new password separated sign in flow for chrome desktop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments Created 5 years, 3 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
Index: components/signin/core/common/signin_switches.h
diff --git a/components/signin/core/common/signin_switches.h b/components/signin/core/common/signin_switches.h
index 68f34ce3340eb97ac1786367779dd522cf6d19d4..b2567fb355d3f8ffcf5472f5270855856a8e318c 100644
--- a/components/signin/core/common/signin_switches.h
+++ b/components/signin/core/common/signin_switches.h
@@ -16,11 +16,13 @@ namespace switches {
extern const char kClearTokenService[];
extern const char kDisableAccountConsistency[];
extern const char kDisableNewAvatarMenu[];
+extern const char kDisableNewGaiaSigninFlow[];
extern const char kDisableNewProfileManagement[];
extern const char kDisableSigninScopedDeviceId[];
extern const char kEnableAccountConsistency[];
extern const char kEnableIframeBasedSignin[];
extern const char kEnableNewAvatarMenu[];
+extern const char kEnableNewGaiaSigninFlow[];
extern const char kEnableNewProfileManagement[];
extern const char kEnableRefreshTokenAnnotationRequest[];
extern const char kExtensionsMultiAccount[];

Powered by Google App Engine
This is Rietveld 408576698