| Index: content/common/image_messages.h | 
| diff --git a/content/common/image_messages.h b/content/common/image_messages.h | 
| index 78d7cff7d47fc55523d3b8b5e62a3d99ee51a022..2a7ebb83b28ef41691aeda03b02932e3b9cac56e 100644 | 
| --- a/content/common/image_messages.h | 
| +++ b/content/common/image_messages.h | 
| @@ -25,8 +25,9 @@ IPC_MESSAGE_ROUTED4(ImageMsg_DownloadImage, | 
|  | 
| // Messages sent from the renderer to the browser. | 
|  | 
| -IPC_MESSAGE_ROUTED4(ImageHostMsg_DidDownloadImage, | 
| +IPC_MESSAGE_ROUTED5(ImageHostMsg_DidDownloadImage, | 
| int /* Identifier of the request */, | 
| +                    int /* HTTP response status */, | 
| GURL /* URL of the image */, | 
| int /* Preferred image size passed to | 
| ImageMsg_DownloadImage */, | 
|  |