| 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;
|
|
|