diff options
author | nshkrob@chromium.org <nshkrob@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-07 17:19:02 +0000 |
---|---|---|
committer | nshkrob@chromium.org <nshkrob@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-07 17:19:02 +0000 |
commit | 0e7d57fa87b02031db31444a22cba54b32405896 (patch) | |
tree | 375a9a54ee14ef2eb66317ec074c280450f652e1 /chrome/test/testing_profile.h | |
parent | f93d639888a72686e72f49e57fb4d42eab32cb04 (diff) | |
download | chromium_src-0e7d57fa87b02031db31444a22cba54b32405896.zip chromium_src-0e7d57fa87b02031db31444a22cba54b32405896.tar.gz chromium_src-0e7d57fa87b02031db31444a22cba54b32405896.tar.bz2 |
Remove ThumbnailStore - replaced by TopSites.
BUG=none
TEST=open New Tab page, see thumbnails. Same with chrome --top-sites.
Review URL: http://codereview.chromium.org/2815045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51728 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r-- | chrome/test/testing_profile.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index 3a0ca33..c810a53 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -169,7 +169,6 @@ class TestingProfile : public Profile { return template_url_model_.get(); } virtual TemplateURLFetcher* GetTemplateURLFetcher() { return NULL; } - virtual ThumbnailStore* GetThumbnailStore() { return NULL; } virtual history::TopSites* GetTopSites() { return NULL; } virtual DownloadManager* GetDownloadManager() { return NULL; } virtual PersonalDataManager* GetPersonalDataManager() { return NULL; } |