| 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..2bc6f48b8b1f2772d0dac32b72849cc24ed0e7f5 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,
|
| + int http_response_code);
|
|
|
| // Processes image decoded events. This is the continuation method used for
|
| // creating callbacks that are passed to the ImageDecoder.
|
|
|