Index: chrome/browser/profiles/profile_impl.h |
=================================================================== |
--- chrome/browser/profiles/profile_impl.h (revision 74703) |
+++ chrome/browser/profiles/profile_impl.h (working copy) |
@@ -115,7 +115,7 @@ |
virtual StatusTray* GetStatusTray(); |
virtual void MarkAsCleanShutdown(); |
virtual void InitExtensions(); |
- virtual void InitWebResources(); |
+ virtual void InitPromoResources(); |
virtual NTPResourceCache* GetNTPResourceCache(); |
virtual FilePath last_selected_directory(); |
virtual void set_last_selected_directory(const FilePath& path); |
@@ -208,7 +208,7 @@ |
scoped_ptr<TemplateURLFetcher> template_url_fetcher_; |
scoped_ptr<TemplateURLModel> template_url_model_; |
scoped_ptr<BookmarkModel> bookmark_bar_model_; |
- scoped_refptr<WebResourceService> web_resource_service_; |
+ scoped_refptr<PromoResourceService> promo_resource_service_; |
scoped_ptr<NTPResourceCache> ntp_resource_cache_; |
scoped_ptr<TokenService> token_service_; |