| 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)
|
|
|