Chromium Code Reviews| Index: chrome/common/chrome_switches.h |
| =================================================================== |
| --- chrome/common/chrome_switches.h (revision 120775) |
| +++ chrome/common/chrome_switches.h (working copy) |
| @@ -368,6 +368,10 @@ |
| extern const char kKioskModePrinting[]; |
| #endif |
| +#if defined(OS_WIN) |
| +extern const char kDisableDesktopShortcuts[]; |
| +#endif |
| + |
| #if defined(TOOLKIT_VIEWS) |
| extern const char kDebugViewsPaint[]; |
| extern const char kTouchDevices[]; |