Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Unified Diff: components/ntp_tiles/most_visited_sites.h

Issue 2119223002: Remove dead ntp_tiles thumbnail-related code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_tiles/most_visited_sites.h
diff --git a/components/ntp_tiles/most_visited_sites.h b/components/ntp_tiles/most_visited_sites.h
index 429be26fb2d7f4d4e2cad66077777a02a9551906..2765d97f46fe03faa0d67f931dcf9216304023a1 100644
--- a/components/ntp_tiles/most_visited_sites.h
+++ b/components/ntp_tiles/most_visited_sites.h
@@ -23,10 +23,6 @@
#include "components/suggestions/suggestions_service.h"
#include "url/gurl.h"
-namespace gfx {
-class Image;
-}
-
namespace history {
class TopSites;
}
@@ -146,8 +142,6 @@ class MostVisitedSites : public history::TopSitesObserver,
// must not be null.
void SetMostVisitedURLsObserver(Observer* observer, int num_sites);
- using ThumbnailCallback = base::Callback<
- void(bool /* is_local_thumbnail */, const SkBitmap* /* bitmap */)>;
void AddOrRemoveBlacklistedUrl(const GURL& url, bool add_url);
void RecordTileTypeMetrics(const std::vector<int>& tile_types);
void RecordOpenedMostVisitedItem(int index, int tile_type);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698