| Index: ash/virtual_keyboard_controller.h
|
| diff --git a/ash/virtual_keyboard_controller.h b/ash/virtual_keyboard_controller.h
|
| index 20c6e02451ccdc69b3acfc0fb8e48d622b8f8165..240aa37c680ace4fd5745e934695b57410d3508c 100644
|
| --- a/ash/virtual_keyboard_controller.h
|
| +++ b/ash/virtual_keyboard_controller.h
|
| @@ -26,8 +26,8 @@
|
|
|
| // ShellObserver:
|
| // TODO(rsadam@): Remove when autovirtual keyboard flag is on by default.
|
| - void OnMaximizeModeStarted() override;
|
| - void OnMaximizeModeEnded() override;
|
| + void OnTabletModeStarted() override;
|
| + void OnTabletModeEnded() override;
|
|
|
| // ui::InputDeviceObserver:
|
| void OnTouchscreenDeviceConfigurationChanged() override;
|
|
|