| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 85340)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -1113,6 +1113,11 @@
|
| 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)
|
|
|