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

Unified Diff: chrome/browser/about_flags.cc

Issue 2843413003: [Views] App Menu Icon Update (Closed)
Patch Set: Fixes for msw Created 3 years, 8 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 | chrome/browser/flag_descriptions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 97912aa78c3367c0e9f6b4fc2aef4ab4127b4b90..4f49550929d4290c41fc2656fbb0737b1fbfae13 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -561,20 +561,6 @@ const FeatureEntry::Choice kAshForceTabletModeChoices[] = {
};
#endif // OS_CHROMEOS
-#if defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) || \
- defined(OS_WIN)
-const FeatureEntry::Choice kAppMenuIconChoices[] = {
- {flags_ui::kGenericExperimentChoiceDefault, "", ""},
- {flag_descriptions::kAppMenuIconOldBehavior, switches::kAppMenuIcon,
- switches::kAppMenuIconOldBehavior},
- {flag_descriptions::kAppMenuIconPersistentOpenedState,
- switches::kAppMenuIcon, switches::kAppMenuIconPersistentOpenedState},
- {flag_descriptions::kAppMenuIconPersistentClosedState,
- switches::kAppMenuIcon, switches::kAppMenuIconPersistentClosedState},
-};
-#endif // defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) ||
- // defined(OS_WIN)
-
#if defined(OS_ANDROID)
const FeatureEntry::FeatureParam
kContentSuggestionsCategoryOrderFeatureVariationGeneral[] = {
@@ -2639,9 +2625,9 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kOmniboxEntitySuggestionsName,
flag_descriptions::kOmniboxEntitySuggestionsDescription, kOsDesktop,
FEATURE_VALUE_TYPE(omnibox::kOmniboxEntitySuggestions)},
- {"app-menu-icon", flag_descriptions::kAppMenuIconName,
- flag_descriptions::kAppMenuIconDescription, kOsDesktop,
- MULTI_VALUE_TYPE(kAppMenuIconChoices)},
+ {"enable-new-app-menu-icon", flag_descriptions::kEnableNewAppMenuIconName,
+ flag_descriptions::kEnableNewAppMenuIconDescription, kOsDesktop,
+ SINGLE_VALUE_TYPE(switches::kEnableNewAppMenuIcon)},
#endif // defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) ||
// defined(OS_WIN)
« no previous file with comments | « no previous file | chrome/browser/flag_descriptions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698