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

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: small fixups Created 7 years, 5 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 c843894c12f8baf15c21dfca2e91735ad865a3ed..fdf43161c5e70cb20fb34946b119e366218f2d79 100644
--- a/ui/app_list/app_list_model_observer.h
+++ b/ui/app_list/app_list_model_observer.h
@@ -12,7 +12,9 @@ namespace app_list {
class APP_LIST_EXPORT AppListModelObserver {
public:
// Invoked when AppListModel's status has changed.
- virtual void OnAppListModelStatusChanged() = 0;
+ virtual void OnAppListModelStatusChanged() {}
+ // Invoked when AppListModel's current user or avatar menu items have changed.
+ virtual void OnAppListModelProfilesChanged() {}
protected:
virtual ~AppListModelObserver() {}

Powered by Google App Engine
This is Rietveld 408576698