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

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 binary changes Created 7 years, 3 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
« no previous file with comments | « ui/app_list/app_list_model.cc ('k') | ui/app_list/app_list_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_model_observer.h
diff --git a/ui/app_list/app_list_model_observer.h b/ui/app_list/app_list_model_observer.h
index 07716de735c24e6546cd9641735d9f053e930872..e409fa7fb436efb211624fd35bf5a093430f9f85 100644
--- a/ui/app_list/app_list_model_observer.h
+++ b/ui/app_list/app_list_model_observer.h
@@ -14,8 +14,8 @@ class APP_LIST_EXPORT AppListModelObserver {
// Invoked when AppListModel's status has changed.
virtual void OnAppListModelStatusChanged() {}
- // Invoked when AppListModel's current user details have changed.
- virtual void OnAppListModelCurrentUserChanged() {}
+ // Invoked when AppListModel's profile menu items have changed.
+ virtual void OnAppListModelUsersChanged() {}
// Invoked when AppListModel's current user's signin status has changed.
virtual void OnAppListModelSigninStatusChanged() {}
« no previous file with comments | « ui/app_list/app_list_model.cc ('k') | ui/app_list/app_list_view_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698