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

Unified Diff: chrome/browser/chromeos/login/chrome_restart_request.cc

Issue 14286004: Make touch drag drop and touch editing flags tri-state and turn them on by (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
Index: chrome/browser/chromeos/login/chrome_restart_request.cc
diff --git a/chrome/browser/chromeos/login/chrome_restart_request.cc b/chrome/browser/chromeos/login/chrome_restart_request.cc
index 7db0062b9b072d08fa9a185fb52f09d07645909d..9b7909560d3d1ebbf487f3a9b010be55518a3b0a 100644
--- a/chrome/browser/chromeos/login/chrome_restart_request.cc
+++ b/chrome/browser/chromeos/login/chrome_restart_request.cc
@@ -91,6 +91,10 @@ std::string DeriveCommandLine(const GURL& start_url,
::switches::kEnableLogging,
::switches::kEnablePinch,
::switches::kEnableThreadedCompositing,
+ ::switches::kEnableTouchDragDrop,
+ ::switches::kDisableTouchDragDrop,
sky 2013/04/24 14:44:23 Keep these sorted.
varunjain 2013/04/24 18:09:25 Done.
+ ::switches::kEnableTouchEditing,
+ ::switches::kDisableTouchEditing,
::switches::kEnableViewport,
::switches::kEnableVsyncNotification,
::switches::kForceDeviceScaleFactor,

Powered by Google App Engine
This is Rietveld 408576698