commit | b74323e9eb22851d1b2ee5e493d0862005e83bc6 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Feb 15 21:55:31 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Feb 15 21:55:31 2013 |
tree | fcb2625b309984ec1250637fb149c17550c614d1 | |
parent | 652cf130520a8493013f1e6e324176e09ca33cb9 [diff] [blame] |
Enable touch editing controller for views textfields behind a flag. BUG=115237 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=182542 Review URL: https://chromiumcodereview.appspot.com/12210154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182841 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/ui/base/ui_base_switches.cc b/ui/base/ui_base_switches.cc index e647ac3..b4fdabf 100644 --- a/ui/base/ui_base_switches.cc +++ b/ui/base/ui_base_switches.cc
@@ -20,6 +20,9 @@ const char kEnableTouchDragDrop[] = "enable-touch-drag-drop"; +// Enables controls that support touch base text editing. +const char kEnableTouchEditing[] = "enable-touch-editing"; + // Enables the Views textfield on Windows. const char kEnableViewsTextfield[] = "enable-views-textfield";