diff options
author | mirandac@google.com <mirandac@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-28 22:37:42 +0000 |
---|---|---|
committer | mirandac@google.com <mirandac@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-28 22:37:42 +0000 |
commit | 6677024d9674022969241eb0d8e7584871e13eae (patch) | |
tree | a53c5a907f379266c4c09bfeb617d46500cc7e94 /chrome/browser/profile.h | |
parent | f4ef861ba773e66d1c6e7e023a38db32afdd531d (diff) | |
download | chromium_src-6677024d9674022969241eb0d8e7584871e13eae.zip chromium_src-6677024d9674022969241eb0d8e7584871e13eae.tar.gz chromium_src-6677024d9674022969241eb0d8e7584871e13eae.tar.bz2 |
Remove tips from NTP.
BUG= 50072
TEST= no tips on NTP.
Review URL: http://codereview.chromium.org/3033032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54045 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profile.h')
-rw-r--r-- | chrome/browser/profile.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/profile.h b/chrome/browser/profile.h index 9ad555b..9ed1c7a 100644 --- a/chrome/browser/profile.h +++ b/chrome/browser/profile.h @@ -412,9 +412,6 @@ class Profile { 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 @@ class ProfileImpl : public Profile, 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); |