Index: ui/base/ui_base_switches.cc |
diff --git a/ui/base/ui_base_switches.cc b/ui/base/ui_base_switches.cc |
index 3bf7de02f3335dd4054dd6bc809557c98b93c007..e6a4c92ff75bc990bd8f38a7623c39d5f1ca843f 100644 |
--- a/ui/base/ui_base_switches.cc |
+++ b/ui/base/ui_base_switches.cc |
@@ -36,6 +36,9 @@ const char kEnableTouchDragDrop[] = "enable-touch-drag-drop"; |
// Enables controls that support touch base text editing. |
const char kEnableTouchEditing[] = "enable-touch-editing"; |
+// Enables additional visual feedback to touch input. |
+const char kEnableTouchFeedback[] = "enable-touch-feedback"; |
+ |
// The language file that we want to try to open. Of the form |
// language[-country] where language is the 2 letter code from ISO-639. |
const char kLang[] = "lang"; |