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

Unified Diff: chrome/browser/ui/app_list/start_page_service.h

Issue 874563003: Remove old HTML app list start page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/app_list/start_page_service.h
diff --git a/chrome/browser/ui/app_list/start_page_service.h b/chrome/browser/ui/app_list/start_page_service.h
index 3792b6da64dc016c314a98874cfda0499cb4d443..84590fbc0f4a10d36fbf1b45d918de077729f17f 100644
--- a/chrome/browser/ui/app_list/start_page_service.h
+++ b/chrome/browser/ui/app_list/start_page_service.h
@@ -37,7 +37,6 @@ class Profile;
namespace app_list {
-class RecommendedApps;
class SpeechAuthHelper;
class SpeechRecognizer;
class StartPageObserver;
@@ -72,7 +71,6 @@ class StartPageService : public KeyedService,
content::WebContents* GetStartPageContents();
content::WebContents* GetSpeechRecognitionContents();
- RecommendedApps* recommended_apps() { return recommended_apps_.get(); }
Profile* profile() { return profile_; }
SpeechRecognitionState state() { return state_; }
@@ -135,7 +133,6 @@ class StartPageService : public KeyedService,
scoped_ptr<content::WebContents> contents_;
scoped_ptr<StartPageWebContentsDelegate> contents_delegate_;
scoped_ptr<ProfileDestroyObserver> profile_destroy_observer_;
- scoped_ptr<RecommendedApps> recommended_apps_;
SpeechRecognitionState state_;
ObserverList<StartPageObserver> observers_;
bool speech_button_toggled_manually_;
« no previous file with comments | « chrome/browser/ui/app_list/recommended_apps_observer.h ('k') | chrome/browser/ui/app_list/start_page_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698