| 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 f837a14e34daed5173c39576d44fcf427e44acb7..5ae603d057bb57722e34e5b9849c5e819f074c47 100644
|
| --- a/ash/app_list/app_list_presenter_delegate.h
|
| +++ b/ash/app_list/app_list_presenter_delegate.h
|
| @@ -69,6 +69,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;
|
|
|