Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 664dbb8c8b7b9781dadb8e473229ed5426955423..998e9c0fbe5072321cfe07fe0dc89b38a903ec32 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 kGlobalErrorMenuIcon[] = "global-app-menu"; |
+extern const char kGlobalErrorMenuIconOldBehavior[] = "old-behavior"; |
+extern const char kGlobalErrorMenuIconPersistentOpenedState[] = |
+ "persistent-opened-state"; |
+extern const char kGlobalErrorMenuIconPersistentClosedState[] = |
+ "persistent-closed-state"; |
+#endif |
+ |
bool ExtensionsDisabled(const base::CommandLine& command_line) { |
return command_line.HasSwitch(switches::kDisableExtensions) || |
command_line.HasSwitch(switches::kDisableExtensionsExcept); |