| Index: content/renderer/image_loading_helper.cc | 
| diff --git a/content/renderer/image_loading_helper.cc b/content/renderer/image_loading_helper.cc | 
| index 5f936a41f3ddbce83d226db7f5bea6dd19e16b19..3b1b1e1407063cf108aabc2efec94ddfc5fdbe6b 100644 | 
| --- a/content/renderer/image_loading_helper.cc | 
| +++ b/content/renderer/image_loading_helper.cc | 
| @@ -53,6 +53,7 @@ void ImageLoadingHelper::OnDownloadImage(int id, | 
|  | 
| Send(new ImageHostMsg_DidDownloadImage(routing_id(), | 
| id, | 
| +                                         0, | 
| image_url, | 
| image_size, | 
| result_images)); | 
| @@ -84,6 +85,7 @@ void ImageLoadingHelper::DidDownloadImage( | 
| // Notify requester of image download status. | 
| Send(new ImageHostMsg_DidDownloadImage(routing_id(), | 
| fetcher->id(), | 
| +                                         fetcher->http_status_code(), | 
| fetcher->image_url(), | 
| requested_size, | 
| images)); | 
|  |