Chromium Code Reviews| Index: chrome/common/chrome_switches.h |
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
| index 5bb54c14cb15417d3f09dd177a677af6631b3e34..9907602bf2d02566e6af0b743dd89c8b1164ad4f 100644 |
| --- a/chrome/common/chrome_switches.h |
| +++ b/chrome/common/chrome_switches.h |
| @@ -358,6 +358,11 @@ extern const char kTouchDevices[]; |
| extern const char kViewsDesktop[]; |
| #endif |
| +#if defined(TOUCH_UI) |
| +extern const char kKeepMouseCursor[]; |
|
rjkroege
2011/11/09 02:43:30
touchui always implies tookit views so replicating
Gajen
2011/11/09 18:14:43
Plan to remove this dependence by implementing Vie
Gajen
2011/11/10 15:52:55
Done.
|
| +extern const char kTouchDevices[]; |
| +extern const char kEnableGesture[]; |
| +#endif |
| #ifndef NDEBUG |
| extern const char kOAuthHostUrl[]; |