| Index: components/image_fetcher/image_fetcher_impl.h
|
| diff --git a/components/image_fetcher/image_fetcher_impl.h b/components/image_fetcher/image_fetcher_impl.h
|
| index 05856e8b8fd01335667a85ecc11839ac64af8f13..d8294ef8217bea327816f5cae40f2f81daecc4c1 100644
|
| --- a/components/image_fetcher/image_fetcher_impl.h
|
| +++ b/components/image_fetcher/image_fetcher_impl.h
|
| @@ -76,7 +76,9 @@ class ImageFetcherImpl : public image_fetcher::ImageFetcher {
|
|
|
| // Processes image URL fetched events. This is the continuation method used
|
| // for creating callbacks that are passed to the ImageDataFetcher.
|
| - void OnImageURLFetched(const GURL& image_url, const std::string& image_data);
|
| + void OnImageURLFetched(const GURL& image_url,
|
| + const std::string& image_data,
|
| + const RequestMetadata& metadata);
|
|
|
| // Processes image decoded events. This is the continuation method used for
|
| // creating callbacks that are passed to the ImageDecoder.
|
|
|