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

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

Issue 2324153002: Enables MD User Manager by default (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | 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 70eddfecdaf43a43e174cefa11dd324c1c54ba6d..df255529a04c6f7a9f76e4631bda6ec3e9a7e8c3 100644
--- a/components/signin/core/common/signin_switches.cc
+++ b/components/signin/core/common/signin_switches.cc
@@ -36,7 +36,7 @@ const char kExtensionsMultiAccount[] = "extensions-multi-account";
const char kGoogleProfileInfo[] = "google-profile-info";
const base::Feature kMaterialDesignUserManager {
- "MaterialDesignUserManager", base::FEATURE_DISABLED_BY_DEFAULT
+ "MaterialDesignUserManager", base::FEATURE_ENABLED_BY_DEFAULT
};
// Enables or disables the material design desktop user menu.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698