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

Unified Diff: chrome/common/chrome_switches.cc

Issue 8371022: touchui: Update a couple of command-line flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « chrome/common/chrome_switches.h ('k') | ui/base/touch/touch_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index a472eebd43c0a25d5db2fd8059486576712890dc..d63a7e8e0fece0c9fc6e5617ca19e3a41d03248c 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1212,19 +1212,13 @@ const char kKioskMode[] = "kiosk";
// region being painted to flash in red.
const char kDebugViewsPaint[] = "debug-views-paint";
-// Runs Chrome inside the views desktop shell.
-const char kViewsDesktop[] = "views-desktop";
-#endif
-
-#if defined(TOUCH_UI)
-// Debug-only switch to prevent the mouse cursor from disappearing when touch
-// is enabled
-const char kKeepMouseCursor[] = "keep-mouse-cursor";
-
// Tells chrome to interpret events from these devices as touch events. Only
// available with XInput 2 (i.e. X server 1.8 or above). The id's of the
// devices can be retrieved from 'xinput list'.
const char kTouchDevices[] = "touch-devices";
+
+// Runs Chrome inside the views desktop shell.
+const char kViewsDesktop[] = "views-desktop";
#endif
#ifndef NDEBUG
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | ui/base/touch/touch_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698