summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/chrome_switches.cc5
-rw-r--r--chrome/common/chrome_switches.h1
2 files changed, 6 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 14d3941..95d4831 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1169,6 +1169,11 @@ const char kKioskMode[] = "kiosk";
// minute because it doesn't like it when we thrown hundreds of kilobytes (or
// even megabytes) of favicon data at it.
const char kEnableGlobalBookmarkMenu[] = "enable-global-bookmark-menu";
+
+// An experiment to see if it's corrupted favicon data that's making unity
+// global menu bar startup slow.
+const char kEnableIconsInGlobalHistoryMenu[] =
+ "enable-icons-in-global-history-menu";
#endif
#if defined(TOOLKIT_VIEWS)
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 3d9aebf..54b36a2 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -339,6 +339,7 @@ extern const char kKioskMode[];
#if defined(TOOLKIT_GTK)
extern const char kEnableGlobalBookmarkMenu[];
+extern const char kEnableIconsInGlobalHistoryMenu[];
#endif
#if defined(TOOLKIT_VIEWS)