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

Unified Diff: trunk/src/ui/base/ui_base_switches.cc

Issue 14383009: Revert 196479 "Revert 196446 "Make touch drag drop and touch edi..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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
« no previous file with comments | « trunk/src/ui/base/ui_base_switches.h ('k') | trunk/src/ui/base/ui_base_switches_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ui/base/ui_base_switches.cc
===================================================================
--- trunk/src/ui/base/ui_base_switches.cc (revision 196797)
+++ trunk/src/ui/base/ui_base_switches.cc (working copy)
@@ -12,6 +12,12 @@
// Disables touch adjustment.
const char kDisableTouchAdjustment[] = "disable-touch-adjustment";
+// Disables touch event based drag and drop.
+const char kDisableTouchDragDrop[] = "disable-touch-drag-drop";
+
+// Disables controls that support touch base text editing.
+const char kDisableTouchEditing[] = "disable-touch-editing";
+
// Disables the Views textfield on Windows.
const char kDisableViewsTextfield[] = "disable-views-textfield";
@@ -21,6 +27,7 @@
// Enables the new dialog style wherever it is available.
const char kEnableNewDialogStyle[] = "enable-new-dialog-style";
+// Enables touch event based drag and drop.
const char kEnableTouchDragDrop[] = "enable-touch-drag-drop";
// Enables controls that support touch base text editing.
« no previous file with comments | « trunk/src/ui/base/ui_base_switches.h ('k') | trunk/src/ui/base/ui_base_switches_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698