| Index: chrome/browser/profile.h
|
| ===================================================================
|
| --- chrome/browser/profile.h (revision 53888)
|
| +++ chrome/browser/profile.h (working copy)
|
| @@ -412,9 +412,6 @@
|
|
|
| virtual void InitExtensions() = 0;
|
|
|
| - // Start up service that gathers data from web resource feeds.
|
| - virtual void InitWebResources() = 0;
|
| -
|
| // Returns the new tab page resource cache.
|
| virtual NTPResourceCache* GetNTPResourceCache() = 0;
|
|
|
| @@ -544,7 +541,6 @@
|
| virtual BackgroundContentsService* GetBackgroundContentsService();
|
| virtual void MarkAsCleanShutdown();
|
| virtual void InitExtensions();
|
| - virtual void InitWebResources();
|
| virtual NTPResourceCache* GetNTPResourceCache();
|
| virtual FilePath last_selected_directory();
|
| virtual void set_last_selected_directory(const FilePath& path);
|
|
|