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

Unified Diff: ui/app_list/app_list_model_observer.h

Issue 20656002: Add profile selector menu to app list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rework Created 7 years, 4 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_model_observer.h
diff --git a/ui/app_list/app_list_model_observer.h b/ui/app_list/app_list_model_observer.h
index 6c91274dcdef736a4e8b4c6d8ac8fbddd89442db..37f42212bc79344c1e61a1af23e27ae97053c7f2 100644
--- a/ui/app_list/app_list_model_observer.h
+++ b/ui/app_list/app_list_model_observer.h
@@ -13,6 +13,8 @@ class APP_LIST_EXPORT AppListModelObserver {
public:
// Invoked when AppListModel's status has changed.
virtual void OnAppListModelStatusChanged() {}
+ // Invoked when AppListModel's profile menu items have changed.
+ virtual void OnAppListModelProfileMenuItemsChanged() {}
// Invoked when AppListModel's current user details have changed.
virtual void OnAppListModelCurrentUserChanged() {}
// Invoked when AppListModel's current user's signin status has changed.

Powered by Google App Engine
This is Rietveld 408576698