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

Unified Diff: ui/app_list/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 | « ui/app_list/app_list_model.h ('k') | ui/app_list/test/app_list_test_view_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list_view_delegate.h
diff --git a/ui/app_list/app_list_view_delegate.h b/ui/app_list/app_list_view_delegate.h
index 90a608ed072034f84bcb4c149f0026e01c44877d..081c949f32d95147a3ba9cf97641c556090fbef2 100644
--- a/ui/app_list/app_list_view_delegate.h
+++ b/ui/app_list/app_list_view_delegate.h
@@ -57,7 +57,6 @@ class APP_LIST_EXPORT AppListViewDelegate {
};
typedef std::vector<User> Users;
- // AppListView owns the delegate.
virtual ~AppListViewDelegate() {}
// Whether to force the use of a native desktop widget when the app list
@@ -144,6 +143,9 @@ class APP_LIST_EXPORT AppListViewDelegate {
// ownership of the returned views.
virtual std::vector<views::View*> CreateCustomPageWebViews(
const gfx::Size& size) = 0;
+
+ // Invoked when the custom launcher's animation changes.
+ virtual void CustomLauncherPageAnimationChanged(double progress) = 0;
#endif
// Returns true if the delegate supports speech recognition.
« no previous file with comments | « ui/app_list/app_list_model.h ('k') | ui/app_list/test/app_list_test_view_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698