| Index: ui/keyboard/keyboard_util.cc
|
| diff --git a/ui/keyboard/keyboard_util.cc b/ui/keyboard/keyboard_util.cc
|
| index f704e503b9cb738cd892e72523043984815b5614..0643c1cc61bee6b2644189121df4c6c12a364652 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() {
|
|
|