| Index: ash/virtual_keyboard_controller.cc
|
| diff --git a/ash/virtual_keyboard_controller.cc b/ash/virtual_keyboard_controller.cc
|
| index eb701562235254519f844a971986ea9918670a59..ca7d78cee32b8e3d4c8999ac0d6082626f323bbe 100644
|
| --- a/ash/virtual_keyboard_controller.cc
|
| +++ b/ash/virtual_keyboard_controller.cc
|
| @@ -198,11 +198,9 @@ void VirtualKeyboardController::UpdateKeyboardEnabled() {
|
| has_internal_keyboard_ && !ignore_internal_keyboard;
|
| SetKeyboardEnabled(!is_internal_keyboard_active && has_touchscreen_ &&
|
| (!has_external_keyboard_ || ignore_external_keyboard_));
|
| - WmShell::Get()
|
| - ->system_tray_notifier()
|
| - ->NotifyVirtualKeyboardSuppressionChanged(!is_internal_keyboard_active &&
|
| - has_touchscreen_ &&
|
| - has_external_keyboard_);
|
| + Shell::Get()->system_tray_notifier()->NotifyVirtualKeyboardSuppressionChanged(
|
| + !is_internal_keyboard_active && has_touchscreen_ &&
|
| + has_external_keyboard_);
|
| }
|
|
|
| void VirtualKeyboardController::SetKeyboardEnabled(bool enabled) {
|
|
|