| 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) {
|
|
|