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

Unified Diff: chrome/common/chrome_switches.cc

Issue 8293002: GTK: Remove the global bookmark menu code. It's been behind a flag and bitrotting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 42232e37f416208ddf5789347a5a02ad7a607cbb..4ec64c18c8824704c7a6f21d24cd40c513409c7c 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1192,14 +1192,6 @@ const char kUseMockKeychain[] = "use-mock-keychain";
const char kKioskMode[] = "kiosk";
#endif
-#if defined(TOOLKIT_GTK)
-// Enables the global bookmark menu in our global menu bar on Ubuntu
-// Natty. This is disabled because of issues where dbus will hang for over a
-// 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";
-#endif
-
#if defined(TOOLKIT_VIEWS)
// Enables debug paint in views framework. Enabling this causes the damaged
// region being painted to flash in red.
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698