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

Unified Diff: athena/home/app_list_view_delegate.h

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 | « ash/shell/app_list.cc ('k') | athena/home/app_list_view_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/home/app_list_view_delegate.h
diff --git a/athena/home/app_list_view_delegate.h b/athena/home/app_list_view_delegate.h
index 95404c2fd8ce588e165df7a6fb2bfefaf829b1c0..d88375e52ac6f4193935898c38596f8eb791cedf 100644
--- a/athena/home/app_list_view_delegate.h
+++ b/athena/home/app_list_view_delegate.h
@@ -54,6 +54,7 @@ class AppListViewDelegate : public app_list::AppListViewDelegate {
views::View* CreateStartPageWebView(const gfx::Size& size) override;
std::vector<views::View*> CreateCustomPageWebViews(
const gfx::Size& size) override;
+ void CustomLauncherPageAnimationChanged(double progress) override;
bool IsSpeechRecognitionEnabled() override;
const Users& GetUsers() const override;
bool ShouldCenterWindow() const override;
« no previous file with comments | « ash/shell/app_list.cc ('k') | athena/home/app_list_view_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698