| Index: components/image_fetcher/image_fetcher_impl.cc
|
| diff --git a/components/image_fetcher/image_fetcher_impl.cc b/components/image_fetcher/image_fetcher_impl.cc
|
| index d260b2cdd2a09436a2f2c840416dc3c60d05b4b0..9ce0b058ea0e27fec3076f198918c84111b7f11a 100644
|
| --- a/components/image_fetcher/image_fetcher_impl.cc
|
| +++ b/components/image_fetcher/image_fetcher_impl.cc
|
| @@ -63,7 +63,8 @@ void ImageFetcherImpl::StartOrQueueNetworkRequest(
|
| }
|
|
|
| void ImageFetcherImpl::OnImageURLFetched(const GURL& image_url,
|
| - const std::string& image_data) {
|
| + const std::string& image_data,
|
| + int http_response_code) {
|
| // Inform the ImageFetcherDelegate.
|
| if (delegate_) {
|
| auto it = pending_net_requests_.find(image_url);
|
|
|