Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 0ef02012ca1ca8b831e39dabba5647166e5b59f1..06b0c7d2b3eef21f731ff764f0c8dc9e69f78022 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1149,6 +1149,16 @@ extern const char kDisableInputImeAPI[] = "disable-input-ime-api"; |
extern const char kEnableInputImeAPI[] = "enable-input-ime-api"; |
#endif |
+#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"; |
+#endif |
+ |
bool ExtensionsDisabled(const base::CommandLine& command_line) { |
return command_line.HasSwitch(switches::kDisableExtensions) || |
command_line.HasSwitch(switches::kDisableExtensionsExcept); |