summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profile.h
diff options
context:
space:
mode:
authornshkrob@chromium.org <nshkrob@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-07 17:19:02 +0000
committernshkrob@chromium.org <nshkrob@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-07 17:19:02 +0000
commit0e7d57fa87b02031db31444a22cba54b32405896 (patch)
tree375a9a54ee14ef2eb66317ec074c280450f652e1 /chrome/browser/profile.h
parentf93d639888a72686e72f49e57fb4d42eab32cb04 (diff)
downloadchromium_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/browser/profile.h')
-rw-r--r--chrome/browser/profile.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/profile.h b/chrome/browser/profile.h
index 77fc45f..e462b6c 100644
--- a/chrome/browser/profile.h
+++ b/chrome/browser/profile.h
@@ -72,7 +72,6 @@ class TabRestoreService;
class TemplateURLFetcher;
class TemplateURLModel;
class ThemeProvider;
-class ThumbnailStore;
class URLRequestContextGetter;
class UserScriptMaster;
class UserStyleSheetWatcher;
@@ -289,8 +288,6 @@ class Profile {
// Returns or creates the ThemeProvider associated with this profile
virtual BrowserThemeProvider* GetThemeProvider() = 0;
- virtual ThumbnailStore* GetThumbnailStore() = 0;
-
// Returns the request context information associated with this profile. Call
// this only on the UI thread, since it can send notifications that should
// happen on the UI thread.
@@ -509,7 +506,6 @@ class ProfileImpl : public Profile,
virtual void ClearTheme();
virtual Extension* GetTheme();
virtual BrowserThemeProvider* GetThemeProvider();
- virtual ThumbnailStore* GetThumbnailStore();
virtual bool HasCreatedDownloadManager() const;
virtual URLRequestContextGetter* GetRequestContext();
virtual URLRequestContextGetter* GetRequestContextForMedia();
@@ -593,7 +589,6 @@ class ProfileImpl : public Profile,
scoped_refptr<TransportSecurityPersister>
transport_security_persister_;
scoped_ptr<PrefService> prefs_;
- scoped_refptr<ThumbnailStore> thumbnail_store_;
scoped_ptr<TemplateURLFetcher> template_url_fetcher_;
scoped_ptr<TemplateURLModel> template_url_model_;
scoped_ptr<BookmarkModel> bookmark_bar_model_;