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

Unified Diff: chrome/browser/profiles/profile.h

Issue 6542003: Refactor WebResourceService class, making it more generic. Move all the prom... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: For the records Created 9 years, 10 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
« no previous file with comments | « chrome/browser/dom_ui/tips_handler.cc ('k') | chrome/browser/profiles/profile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile.h
===================================================================
--- chrome/browser/profiles/profile.h (revision 74703)
+++ chrome/browser/profiles/profile.h (working copy)
@@ -102,7 +102,7 @@
class VisitedLinkMaster;
class WebDataService;
class WebKitContext;
-class WebResourceService;
+class PromoResourceService;
typedef intptr_t ProfileId;
@@ -474,8 +474,8 @@
virtual void InitExtensions() = 0;
- // Start up service that gathers data from a web resource feed.
- virtual void InitWebResources() = 0;
+ // Start up service that gathers data from a promo resource feed.
+ virtual void InitPromoResources() = 0;
// Returns the new tab page resource cache.
virtual NTPResourceCache* GetNTPResourceCache() = 0;
« no previous file with comments | « chrome/browser/dom_ui/tips_handler.cc ('k') | chrome/browser/profiles/profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698