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

Unified Diff: ash/shell/app_list.cc

Issue 309443002: Remove need to sign in to use the App Launcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 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: 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_;
}

Powered by Google App Engine
This is Rietveld 408576698