| Index: ash/app_list/app_list_presenter_delegate.cc
|
| diff --git a/ash/app_list/app_list_presenter_delegate.cc b/ash/app_list/app_list_presenter_delegate.cc
|
| index bb485517dcbf8c393397938c01ffda45c8cd93cb..4c65842026172bd2faa417e4fcd15c7e4fa52d0b 100644
|
| --- a/ash/app_list/app_list_presenter_delegate.cc
|
| +++ b/ash/app_list/app_list_presenter_delegate.cc
|
| @@ -329,6 +329,8 @@ void AppListPresenterDelegate::OnKeyboardBoundsChanging(
|
| UpdateBounds();
|
| }
|
|
|
| +void AppListPresenterDelegate::OnKeyboardClosed() {}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // AppListPresenterDelegate, ShellObserver implementation:
|
| void AppListPresenterDelegate::OnShelfAlignmentChanged(WmWindow* root_window) {
|
|
|