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

Unified Diff: ui/app_list/app_list_model_observer.h

Issue 63283003: Move AppListModel::Users to AppListViewDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Mac fixes Created 7 years, 1 month 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_model_unittest.cc » ('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 e409fa7fb436efb211624fd35bf5a093430f9f85..ddd0f743d29b923a9418e52c54a8829574c59da5 100644
--- a/ui/app_list/app_list_model_observer.h
+++ b/ui/app_list/app_list_model_observer.h
@@ -14,9 +14,6 @@ class APP_LIST_EXPORT AppListModelObserver {
// Invoked when AppListModel's status has changed.
virtual void OnAppListModelStatusChanged() {}
- // 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_model_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698