| 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,
|
|
|