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

Unified Diff: chrome/common/chrome_switches.cc

Issue 6973037: GTK: Bring global menu out of about:flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 253dd26937a6b28897e1ffbf1f01e7ab672ee201..3b2076b8bb45cf156e9daaea5c04f34f066c2b16 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1109,11 +1109,6 @@ const char kEnableExposeForTabs[] = "enable-expose-for-tabs";
const char kKioskMode[] = "kiosk";
#endif
-// Enables the experimental global gnome menu.
-#if defined(TOOLKIT_GTK)
-extern const char kGlobalGnomeMenu[] = "global-gnome-menu";
-#endif
-
// Enables debug paint in views framework. Enabling this causes the damaged
// region being painted to flash in red.
#if defined(TOOLKIT_VIEWS)
« chrome/browser/ui/gtk/global_menu_bar.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698