Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2468)

Unified Diff: ash/app_list/app_list_presenter_delegate.cc

Issue 2323823004: Add action for each button on opt-in IME menu. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..cf976e6a92f8ebde29f2b821057f1e18d69da649 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::OnKeyboardHidden() {}
+
////////////////////////////////////////////////////////////////////////////////
// AppListPresenterDelegate, ShellObserver implementation:
void AppListPresenterDelegate::OnShelfAlignmentChanged(WmWindow* root_window) {

Powered by Google App Engine
This is Rietveld 408576698