Index: ui/keyboard/keyboard_util.cc |
diff --git a/ui/keyboard/keyboard_util.cc b/ui/keyboard/keyboard_util.cc |
index 3425740a117a2109e5422d895e6923cde0015058..f5109e244f1f30ee9eb504abec11862fa6c9ea92 100644 |
--- a/ui/keyboard/keyboard_util.cc |
+++ b/ui/keyboard/keyboard_util.cc |
@@ -118,11 +118,7 @@ bool IsKeyboardOverscrollEnabled() { |
switches::kDisableVirtualKeyboardOverscroll)) { |
return false; |
} |
- if (CommandLine::ForCurrentProcess()->HasSwitch( |
- switches::kEnableVirtualKeyboardOverscroll)) { |
- return true; |
- } |
- return false; |
+ return true; |
} |
bool IsInputViewEnabled() { |