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

Unified Diff: athena/home/app_list_view_delegate.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: 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
Index: athena/home/app_list_view_delegate.cc
diff --git a/athena/home/app_list_view_delegate.cc b/athena/home/app_list_view_delegate.cc
index eead245f102a22399a88b3808b7d9042027903be..2c3791a32b4b1aaf5f57caba9e338e708562a64c 100644
--- a/athena/home/app_list_view_delegate.cc
+++ b/athena/home/app_list_view_delegate.cc
@@ -159,6 +159,10 @@ std::vector<views::View*> AppListViewDelegate::CreateCustomPageWebViews(
return std::vector<views::View*>();
}
+void AppListViewDelegate::CustomLauncherPageAnimationChanged(double progress) {
+ launcher_page_event_dispatcher_->ProgressChanged(progress);
tapted 2014/11/06 06:05:45 remove? (not in athena)
calamity 2014/11/07 03:43:29 Done.
+}
+
bool AppListViewDelegate::IsSpeechRecognitionEnabled() {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698