| Index: ui/keyboard/keyboard_controller.cc
|
| diff --git a/ui/keyboard/keyboard_controller.cc b/ui/keyboard/keyboard_controller.cc
|
| index 7359cba70f39984a8ed73829e6e3fc504dfc166b..0ecc3412dfbfb605630b3442295c2b9f1ecfc695 100644
|
| --- a/ui/keyboard/keyboard_controller.cc
|
| +++ b/ui/keyboard/keyboard_controller.cc
|
| @@ -408,11 +408,6 @@ void KeyboardController::OnTextInputStateChanged(
|
| if (!container_.get())
|
| return;
|
|
|
| - if (IsKeyboardUsabilityExperimentEnabled()) {
|
| - ShowKeyboardInternal();
|
| - return;
|
| - }
|
| -
|
| type_ = client ? client->GetTextInputType() : ui::TEXT_INPUT_TYPE_NONE;
|
|
|
| if (type_ == ui::TEXT_INPUT_TYPE_NONE && !lock_keyboard_) {
|
|
|