Chromium Code Reviews| Index: ash/shell/app_list.cc |
| =================================================================== |
| --- ash/shell/app_list.cc (revision 179305) |
| +++ ash/shell/app_list.cc (working copy) |
| @@ -225,10 +225,6 @@ |
| DecorateSearchBox(model_->search_box()); |
| } |
| - virtual app_list::SigninDelegate* GetSigninDelegate() OVERRIDE { |
| - return NULL; |
| - } |
| - |
| virtual void ActivateAppListItem(app_list::AppListItemModel* item, |
| int event_flags) OVERRIDE { |
| static_cast<WindowTypeLauncherItem*>(item)->Activate(event_flags); |