Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(299)

Unified Diff: chrome/common/chrome_switches.h

Issue 8364039: Initial views touchui GestureRecognizer support (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Added gesture tests in view_unittest Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/common/chrome_switches.cc » ('j') | chrome/common/chrome_switches.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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[];
« no previous file with comments | « no previous file | chrome/common/chrome_switches.cc » ('j') | chrome/common/chrome_switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698