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

Unified Diff: chrome/browser/about_flags.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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index c2ae2bbb1fa05463ec739795470be78dfc56cf78..a465783a20bb3a6273ba7a64695bb1f3586170d3 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1289,11 +1289,6 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_ENABLE_PASSWORD_SEPARATED_SIGNIN_FLOW_DESCRIPTION,
kOsMac | kOsWin | kOsLinux,
FEATURE_VALUE_TYPE(switches::kUsePasswordSeparatedSigninFlow)},
- {"show-material-design-user-menu",
- IDS_FLAGS_SHOW_MATERIAL_DESIGN_USER_MENU_NAME,
- IDS_FLAGS_SHOW_MATERIAL_DESIGN_USER_MENU_DESCRIPTION,
- kOsMac | kOsWin | kOsLinux,
- FEATURE_VALUE_TYPE(switches::kMaterialDesignUserMenu)},
{"enable-google-profile-info", IDS_FLAGS_GOOGLE_PROFILE_INFO_NAME,
IDS_FLAGS_GOOGLE_PROFILE_INFO_DESCRIPTION, kOsMac | kOsWin | kOsLinux,
SINGLE_VALUE_TYPE(switches::kGoogleProfileInfo)},

Powered by Google App Engine
This is Rietveld 408576698