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

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

Issue 2031763002: Flag for the desktop user menu revamp project (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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.cc
diff --git a/components/signin/core/common/signin_switches.cc b/components/signin/core/common/signin_switches.cc
index d09465b5529397a6cfe3e66ba2003c01d4d60737..9d8b4658ef922aee3bf85ac93c3ecdc7bd8937e1 100644
--- a/components/signin/core/common/signin_switches.cc
+++ b/components/signin/core/common/signin_switches.cc
@@ -39,6 +39,11 @@ const base::Feature kMaterialDesignUserManager {
"MaterialDesignUserManager", base::FEATURE_DISABLED_BY_DEFAULT
};
+// Enables or disables the new redesigned desktop user menu.
+const base::Feature kRedesignedDesktopUserMenu {
+ "RedesignedDesktopUserMenu", base::FEATURE_DISABLED_BY_DEFAULT
+};
+
// Enables or disables the new password separated sign in flow in a tab modal
// dialog.
const base::Feature kUsePasswordSeparatedSigninFlow {
« chrome/app/generated_resources.grd ('K') | « components/signin/core/common/signin_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698