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

Unified Diff: chrome/browser/search/instant_service.h

Issue 2660883002: Introduce a Doodle Fetcher for NTP (Closed)
Patch Set: Tests work. Created 3 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/search/instant_service.h
diff --git a/chrome/browser/search/instant_service.h b/chrome/browser/search/instant_service.h
index 064ca1db30aa7e21846c3eff2825d659fe0d0794..9b99fa178e23ffd8c8325ba1f8e2d1156c1c62dd 100644
--- a/chrome/browser/search/instant_service.h
+++ b/chrome/browser/search/instant_service.h
@@ -34,6 +34,10 @@ struct TemplateURLData;
class TemplateURLService;
struct ThemeBackgroundInfo;
+namespace doodle {
+class DoodleFetcher;
+}
+
namespace content {
class RenderProcessHost;
}
@@ -186,6 +190,7 @@ class InstantService : public KeyedService,
// be non-null.
std::unique_ptr<ntp_tiles::MostVisitedSites> most_visited_sites_;
scoped_refptr<history::TopSites> top_sites_;
+ std::unique_ptr<doodle::DoodleFetcher> doodle_fetcher_;
// Used for Top Sites async retrieval.
base::WeakPtrFactory<InstantService> weak_ptr_factory_;

Powered by Google App Engine
This is Rietveld 408576698