Chromium Code Reviews| Index: chrome/common/chrome_switches.h |
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
| index b1b0140dd352b9a777e825c3c37efe39159abc56..8c99646571ff753a4ce3e60e52c036b8750e0d0a 100644 |
| --- a/chrome/common/chrome_switches.h |
| +++ b/chrome/common/chrome_switches.h |
| @@ -359,6 +359,10 @@ extern const char kTouchDevices[]; |
| extern const char kViewsDesktop[]; |
| #endif |
| +#if defined(TOUCH_UI) |
| +extern const char kKeepMouseCursor[]; |
| +extern const char kTouchDevices[]; |
| +#endif |
|
rjkroege
2011/11/14 20:51:36
These are unnecessary. You need to remerge I think
Gajen
2011/11/15 15:20:09
Done.
|
| #ifndef NDEBUG |
| extern const char kOAuthHostUrl[]; |