summaryrefslogtreecommitdiff
path: root/chromium/ui/views/views_features.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/views/views_features.cc')
-rw-r--r--chromium/ui/views/views_features.cc13
1 files changed, 3 insertions, 10 deletions
diff --git a/chromium/ui/views/views_features.cc b/chromium/ui/views/views_features.cc
index 3c30f2f1fe6..83a10c42e3c 100644
--- a/chromium/ui/views/views_features.cc
+++ b/chromium/ui/views/views_features.cc
@@ -30,16 +30,9 @@ const base::Feature kEnableViewPaintOptimization{
"EnableViewPaintOptimization", base::FEATURE_DISABLED_BY_DEFAULT};
// Change views::Textfield to take focus on a completed tap, rather than
-// immediately on tap down. This only affects touch input. See
-// https://crbug.com/1069634.
-const base::Feature kTextfieldFocusOnTapUp {
- "TextfieldFocusOnTapUp",
-#if defined(OS_CHROMEOS)
- base::FEATURE_DISABLED_BY_DEFAULT
-#else
- base::FEATURE_ENABLED_BY_DEFAULT
-#endif // defined(OS_CHROMEOS)
-};
+// immediately on tap down. This only affects touch input.
+const base::Feature kTextfieldFocusOnTapUp{"TextfieldFocusOnTapUp",
+ base::FEATURE_ENABLED_BY_DEFAULT};
// Allows a "New" badge to be displayed on menu items that provide access to new
// features.