Index: ash/shell/app_list.cc |
diff --git a/ash/shell/app_list.cc b/ash/shell/app_list.cc |
index 87d46e807e1c2e9647f76d3fc45d877c0d429697..68c34b135428f24028352648fb0af754c404ab78 100644 |
--- a/ash/shell/app_list.cc |
+++ b/ash/shell/app_list.cc |
@@ -254,10 +254,6 @@ class ExampleAppListViewDelegate : public app_list::AppListViewDelegate { |
virtual app_list::AppListModel* GetModel() OVERRIDE { return model_.get(); } |
- virtual app_list::SigninDelegate* GetSigninDelegate() OVERRIDE { |
- return NULL; |
- } |
- |
virtual app_list::SpeechUIModel* GetSpeechUI() OVERRIDE { |
return &speech_ui_; |
} |