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

Unified Diff: ui/app_list/cocoa/app_list_view_controller.mm

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_view_delegate.cc ('k') | ui/app_list/cocoa/apps_search_box_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/cocoa/app_list_view_controller.mm
diff --git a/ui/app_list/cocoa/app_list_view_controller.mm b/ui/app_list/cocoa/app_list_view_controller.mm
index 5e5eea5c655882615797e73ef51209d7ac76ea6c..d9b4f54d7b28773fbcb639029f8bd0feca5c3ce3 100644
--- a/ui/app_list/cocoa/app_list_view_controller.mm
+++ b/ui/app_list/cocoa/app_list_view_controller.mm
@@ -88,7 +88,6 @@ class AppListModelObserverBridge : public AppListModelObserver {
private:
// Overridden from app_list::AppListModelObserver:
- virtual void OnAppListModelUsersChanged() OVERRIDE;
virtual void OnAppListModelSigninStatusChanged() OVERRIDE;
AppListViewController* parent_; // Weak. Owns us.
@@ -106,10 +105,6 @@ AppListModelObserverBridge::~AppListModelObserverBridge() {
[[parent_ appsGridController] model]->RemoveObserver(this);
}
-void AppListModelObserverBridge::OnAppListModelUsersChanged() {
- [parent_ onSigninStatusChanged];
-}
-
void AppListModelObserverBridge::OnAppListModelSigninStatusChanged() {
[parent_ onSigninStatusChanged];
}
« no previous file with comments | « ui/app_list/app_list_view_delegate.cc ('k') | ui/app_list/cocoa/apps_search_box_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698