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

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: remove junk from list_model.h 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..73f79de5bca6178c17c5c1e6135154b82390c634 100644
--- a/ui/app_list/app_list_model_observer.h
+++ b/ui/app_list/app_list_model_observer.h
@@ -12,7 +12,11 @@ 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() {}
+ // Invoked when AppListModel's current user or avatar menu items have changed.
tapted 2013/08/05 03:01:39 This comment doesn't look right.
calamity 2013/08/08 04:52:12 Done.
+ virtual void OnAppListModelSigninStatusChanged() {}
protected:
virtual ~AppListModelObserver() {}

Powered by Google App Engine
This is Rietveld 408576698