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

Unified Diff: ash/shell/app_list.cc

Issue 683703002: Notify launcher page with onTransitionChanged event (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@launcher_page_api_show_state_notify
Patch Set: fix mac compile Created 6 years, 1 month 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
« no previous file with comments | « no previous file | athena/home/app_list_view_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell/app_list.cc
diff --git a/ash/shell/app_list.cc b/ash/shell/app_list.cc
index 9686eddd7c79daf439e6392f39e763cfc4ce2273..c78a26497716f7ef14ed11ae54ab1dd5eac3a36b 100644
--- a/ash/shell/app_list.cc
+++ b/ash/shell/app_list.cc
@@ -349,6 +349,8 @@ class ExampleAppListViewDelegate : public app_list::AppListViewDelegate {
return std::vector<views::View*>();
}
+ void CustomLauncherPageAnimationChanged(double progress) override {}
+
bool IsSpeechRecognitionEnabled() override { return false; }
scoped_ptr<app_list::AppListModel> model_;
« no previous file with comments | « no previous file | athena/home/app_list_view_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698