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

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

Issue 2708073002: Removing pre-material design menu setting. (Closed)
Patch Set: . Created 3 years, 10 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 bf1d0ee8914c91fb40f94b558d715db802130877..3fdb3a9859d3016e75165b00139535b2e143926f 100644
--- a/components/signin/core/common/signin_switches.cc
+++ b/components/signin/core/common/signin_switches.cc
@@ -35,11 +35,6 @@ const char kExtensionsMultiAccount[] = "extensions-multi-account";
// Enables using GAIA information to populate profile name and icon.
const char kGoogleProfileInfo[] = "google-profile-info";
-// Enables or disables the material design desktop user menu.
-const base::Feature kMaterialDesignUserMenu {
- "MaterialDesignUserMenu", base::FEATURE_ENABLED_BY_DEFAULT
-};
-
// Enables or disables the new password separated sign in flow in a tab modal
// dialog.
const base::Feature kUsePasswordSeparatedSigninFlow {

Powered by Google App Engine
This is Rietveld 408576698