| Index: ash/app_list/app_list_presenter_delegate.h
|
| diff --git a/ash/app_list/app_list_presenter_delegate.h b/ash/app_list/app_list_presenter_delegate.h
|
| index 3b2260978457e48b4357d344231915e2652694c6..3533fa161db36c886bd7212812bf13b0bdc01184 100644
|
| --- a/ash/app_list/app_list_presenter_delegate.h
|
| +++ b/ash/app_list/app_list_presenter_delegate.h
|
| @@ -70,6 +70,7 @@ class ASH_EXPORT AppListPresenterDelegate
|
|
|
| // KeyboardControllerObserver overrides:
|
| void OnKeyboardBoundsChanging(const gfx::Rect& new_bounds) override;
|
| + void OnKeyboardClosed() override {}
|
|
|
| // ShellObserver overrides:
|
| void OnShelfAlignmentChanged(WmWindow* root_window) override;
|
|
|