| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index bf4a3fdfaa543efdf19d53bdc2dc81e7d316c99d..2a1f270000fbea4ebaf28907b6af29980ae0bade 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -323,6 +323,10 @@ extern const char kEnableExposeForTabs[];
|
| extern const char kKioskMode[];
|
| #endif
|
|
|
| +#if defined(TOOLKIT_GTK)
|
| +extern const char kEnableGlobalBookmarkMenu[];
|
| +#endif
|
| +
|
| #if defined(TOOLKIT_VIEWS)
|
| extern const char kDebugViewsPaint[];
|
| extern const char kViewsDesktop[];
|
|
|