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

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: nullptr like it's 1999 Created 6 years, 2 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: 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..5f6a1fbcaeacfd67125dafd772d8879ff5a634ec 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
@@ -110,6 +109,9 @@ class APP_LIST_EXPORT AppListViewDelegate {
// Invoked when the app list UI is created.
virtual void ViewInitialized() = 0;
+ // Invoked when the app list UI has finished updating for a profile change.
+ virtual void ViewReinitializedForProfileChange() = 0;
Matt Giuca 2014/11/03 00:57:42 Drop the "ForProfileChange". Just "ViewReinitializ
calamity 2014/11/06 02:36:32 Code is gone.
+
// Invoked to dismiss app list. This may leave the view open but hidden from
// the user.
virtual void Dismiss() = 0;

Powered by Google App Engine
This is Rietveld 408576698