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

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: Changed name to material design 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
« no previous file with comments | « components/signin/core/common/signin_switches.h ('k') | no next file » | 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 d09465b5529397a6cfe3e66ba2003c01d4d60737..70eddfecdaf43a43e174cefa11dd324c1c54ba6d 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 material design desktop user menu.
+const base::Feature kMaterialDesignUserMenu {
+ "MaterialDesignUserMenu", base::FEATURE_DISABLED_BY_DEFAULT
+};
+
// Enables or disables the new password separated sign in flow in a tab modal
// dialog.
const base::Feature kUsePasswordSeparatedSigninFlow {
« no previous file with comments | « 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