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: chrome/browser/ui/views/app_list/app_list_controller_win.cc

Issue 22268009: Move signin status and current user information into AppListModel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: implemented for mac Created 7 years, 4 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: chrome/browser/ui/views/app_list/app_list_controller_win.cc
diff --git a/chrome/browser/ui/views/app_list/app_list_controller_win.cc b/chrome/browser/ui/views/app_list/app_list_controller_win.cc
index b87598a59f0f3385e1f51f57b77864d1bb1baf7e..5c1532e21be14838ccc3c929aa68c26c2f1cbef9 100644
--- a/chrome/browser/ui/views/app_list/app_list_controller_win.cc
+++ b/chrome/browser/ui/views/app_list/app_list_controller_win.cc
@@ -315,7 +315,6 @@ class AppListController : public AppListServiceImpl {
// AppListServiceImpl overrides:
virtual void CreateShortcut() OVERRIDE;
- virtual void OnSigninStatusChanged() OVERRIDE;
private:
friend struct DefaultSingletonTraits<AppListController>;
@@ -502,11 +501,6 @@ AppListControllerDelegate* AppListController::CreateControllerDelegate() {
return new AppListControllerDelegateWin();
}
-void AppListController::OnSigninStatusChanged() {
- if (current_view_)
- current_view_->OnSigninStatusChanged();
-}
-
void AppListController::ShowForProfile(Profile* requested_profile) {
DCHECK(requested_profile);
ScopedKeepAlive show_app_list_keepalive;

Powered by Google App Engine
This is Rietveld 408576698