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

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: Wired gesture events into RootView and commandline switch enable-gesture Created 9 years, 2 months 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') | views/touchui/gesture_recognizer.h » ('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 e2b13f4f0f662395fc2512aab45dcf4ff7541221..bfe324583e9a81abffd95ab46a5937cccd09fa26 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -351,6 +351,7 @@ extern const char kViewsDesktop[];
#if defined(TOUCH_UI)
extern const char kKeepMouseCursor[];
extern const char kTouchDevices[];
+extern const char kEnableGesture[];
#endif
#ifndef NDEBUG
« no previous file with comments | « no previous file | chrome/common/chrome_switches.cc » ('j') | views/touchui/gesture_recognizer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698