| 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 1decefda621587a716f5cd55815845e20b6b3044..e72da10abbab50fbbb8fed65471fc9b3c250f22f 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
|
| @@ -804,7 +804,6 @@ class AppListController : public AppListServiceImpl {
|
|
|
| // AppListServiceImpl overrides:
|
| virtual void CreateShortcut() OVERRIDE;
|
| - virtual void OnSigninStatusChanged() OVERRIDE;
|
|
|
| private:
|
| friend struct DefaultSingletonTraits<AppListController>;
|
| @@ -925,10 +924,6 @@ AppListControllerDelegate* AppListController::CreateControllerDelegate() {
|
| return new AppListControllerDelegateWin();
|
| }
|
|
|
| -void AppListController::OnSigninStatusChanged() {
|
| - shower_->OnSigninStatusChanged();
|
| -}
|
| -
|
| void AppListController::ShowForProfile(Profile* requested_profile) {
|
| DCHECK(requested_profile);
|
| if (requested_profile->IsManaged())
|
|
|