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

Unified Diff: chrome/browser/about_flags.cc

Issue 2708073002: Removing pre-material design menu setting. (Closed)
Patch Set: Replacing functions by variables 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 bfea14dd0510fe6e93ac04bb4c0885461b730325..73608730a96f69f2b6a1adae8d93ac7c894afdb8 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1291,11 +1291,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