| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 014834fc370c520404f005a1d6a1846be8319d53..77551d3a95595a3b2f79f753174207dac3213bee 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -113,7 +113,6 @@ class ProfileImpl : public Profile,
|
| virtual void InitExtensions(bool extensions_enabled);
|
| virtual void InitPromoResources();
|
| virtual void InitRegisteredProtocolHandlers();
|
| - virtual NTPResourceCache* GetNTPResourceCache();
|
| virtual FilePath last_selected_directory();
|
| virtual void set_last_selected_directory(const FilePath& path);
|
| virtual ProfileSyncService* GetProfileSyncService();
|
| @@ -213,7 +212,6 @@ class ProfileImpl : public Profile,
|
| scoped_ptr<BookmarkModel> bookmark_bar_model_;
|
| scoped_refptr<PromoResourceService> promo_resource_service_;
|
| scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry_;
|
| - scoped_ptr<NTPResourceCache> ntp_resource_cache_;
|
|
|
| scoped_ptr<TokenService> token_service_;
|
| scoped_ptr<ProfileSyncFactory> profile_sync_factory_;
|
|
|