summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/top_sites_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/history/top_sites_cache.h')
-rw-r--r--chrome/browser/history/top_sites_cache.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/history/top_sites_cache.h b/chrome/browser/history/top_sites_cache.h
index a7cf8a7..08b3d35 100644
--- a/chrome/browser/history/top_sites_cache.h
+++ b/chrome/browser/history/top_sites_cache.h
@@ -31,11 +31,6 @@ class TopSitesCache {
void SetThumbnails(const URLToImagesMap& images);
const URLToImagesMap& images() const { return images_; }
- // Set a thumbnail.
- void SetPageThumbnail(const GURL& url,
- RefCountedBytes* thumbnail,
- const ThumbnailScore& score);
-
// Returns the thumbnail as an Image for the specified url. This adds an entry
// for |url| if one has not yet been added.
Images* GetImage(const GURL& url);
@@ -59,9 +54,6 @@ class TopSitesCache {
// Returns the index into |top_sites_| for |url|.
size_t GetURLIndex(const GURL& url);
- // Removes any thumbnails that are no longer referenced by the top sites.
- void RemoveUnreferencedThumbnails();
-
private:
// The entries in CanonicalURLs, see CanonicalURLs for details. The second
// argument gives the index of the URL into MostVisitedURLs redirects.