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

Unified Diff: components/suggestions/image_manager.h

Issue 1314493013: Popular sites on the NTP: add thumbnails! (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 5 years, 3 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
Index: components/suggestions/image_manager.h
diff --git a/components/suggestions/image_manager.h b/components/suggestions/image_manager.h
index 851d1cdd4ad6d2af01b7f0c7022be7a0f28fec62..86b2bcab0c3af83e0974fd100945fa4dc2899175 100644
--- a/components/suggestions/image_manager.h
+++ b/components/suggestions/image_manager.h
@@ -47,6 +47,8 @@ class ImageManager : public ImageFetcherDelegate {
virtual void Initialize(const SuggestionsProfile& suggestions);
+ void AddImageURL(const GURL& url, const GURL& image_url);
+
// Should be called from the UI thread.
virtual void GetImageForURL(
const GURL& url,

Powered by Google App Engine
This is Rietveld 408576698