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

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

Issue 2396893002: Enable the MD User Menu by default on trunk. (Closed)
Patch Set: Address feedback on cocoa tests. Created 4 years, 2 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 df255529a04c6f7a9f76e4631bda6ec3e9a7e8c3..9826d61228fe3b3632639a52067f2b07733f9e87 100644
--- a/components/signin/core/common/signin_switches.cc
+++ b/components/signin/core/common/signin_switches.cc
@@ -41,7 +41,7 @@ const base::Feature kMaterialDesignUserManager {
// Enables or disables the material design desktop user menu.
const base::Feature kMaterialDesignUserMenu {
- "MaterialDesignUserMenu", base::FEATURE_DISABLED_BY_DEFAULT
+ "MaterialDesignUserMenu", base::FEATURE_ENABLED_BY_DEFAULT
};
// Enables or disables the new password separated sign in flow in a tab modal

Powered by Google App Engine
This is Rietveld 408576698