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

Unified Diff: components/signin/core/common/profile_management_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/profile_management_switches.h
diff --git a/components/signin/core/common/profile_management_switches.h b/components/signin/core/common/profile_management_switches.h
index c1ad76134e6979cf4ec58b6028e51619c3ff6d4d..9b8743c5da8446dca23ea8c25cf6d810d6426625 100644
--- a/components/signin/core/common/profile_management_switches.h
+++ b/components/signin/core/common/profile_management_switches.h
@@ -39,6 +39,9 @@ bool IsNewProfileManagement();
// Whether the new profile management preview has been enabled.
bool IsNewProfileManagementPreviewEnabled();
+// Checks whether the new gaia password separated sign in flow is enabled.
+bool UseNewGaiaFlow();
+
// Called in tests to force enabling different modes.
void EnableNewAvatarMenuForTesting(base::CommandLine* command_line);
void DisableNewAvatarMenuForTesting(base::CommandLine* command_line);

Powered by Google App Engine
This is Rietveld 408576698