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

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: Implemenation of GR, independent of View/GM and more test in views_unittes 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 | ui/base/events.h » ('j') | no next file with comments »
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 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[];
« no previous file with comments | « no previous file | ui/base/events.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698