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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2843413003: [Views] App Menu Icon Update (Closed)
Patch Set: Added comments and updated histogram.xml 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 53bcd053fdb91d400aa8916b326f188d582bdf48..c8a32d02b4314dd399995f010908eacb99b60fd0 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1139,12 +1139,7 @@ extern const char kEnableInputImeAPI[] = "enable-input-ime-api";
#if defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) || \
defined(OS_WIN)
-extern const char kAppMenuIcon[] = "app-menu-icon";
-extern const char kAppMenuIconOldBehavior[] = "old-behavior";
-extern const char kAppMenuIconPersistentOpenedState[] =
- "persistent-opened-state";
-extern const char kAppMenuIconPersistentClosedState[] =
- "persistent-closed-state";
+extern const char kEnableNewAppMenuIcon[] = "enable-new-app-menu-icon";
#endif
bool ExtensionsDisabled(const base::CommandLine& command_line) {

Powered by Google App Engine
This is Rietveld 408576698