| Index: components/ntp_tiles/icon_cacher_impl.h
|
| diff --git a/components/ntp_tiles/icon_cacher_impl.h b/components/ntp_tiles/icon_cacher_impl.h
|
| index 20c5922f89ff46a116589a55c30ec4862d1c34a0..5cd1ee7209a26c0e127c817a0345c892795223eb 100644
|
| --- a/components/ntp_tiles/icon_cacher_impl.h
|
| +++ b/components/ntp_tiles/icon_cacher_impl.h
|
| @@ -28,6 +28,7 @@ class Image;
|
|
|
| namespace image_fetcher {
|
| class ImageFetcher;
|
| +struct RequestMetadata;
|
| } // namespace image_fetcher
|
|
|
| namespace ntp_tiles {
|
| @@ -52,7 +53,8 @@ class IconCacherImpl : public IconCacher {
|
| void OnFaviconDownloaded(PopularSites::Site site,
|
| const base::Closure& icon_available,
|
| const std::string& id,
|
| - const gfx::Image& fetched_image);
|
| + const gfx::Image& fetched_image,
|
| + const image_fetcher::RequestMetadata& metadata);
|
|
|
| bool ProvideDefaultIcon(const PopularSites::Site& site);
|
| void SaveIconForSite(const PopularSites::Site& site, const gfx::Image image);
|
|
|