| Index: chrome/browser/notifications/message_center_notification_manager.cc | 
| diff --git a/chrome/browser/notifications/message_center_notification_manager.cc b/chrome/browser/notifications/message_center_notification_manager.cc | 
| index 671c35ec69e2fba48b738e800c51d7d8fa3ada4c..7be078329f2219bf73ccc49169562739f342be16 100644 | 
| --- a/chrome/browser/notifications/message_center_notification_manager.cc | 
| +++ b/chrome/browser/notifications/message_center_notification_manager.cc | 
| @@ -379,6 +379,7 @@ void MessageCenterNotificationManager::ImageDownloads::StartDownloadByKey( | 
| void MessageCenterNotificationManager::ImageDownloads::DownloadComplete( | 
| const SetImageCallback& callback, | 
| int download_id, | 
| +    int http_status_code, | 
| const GURL& image_url, | 
| int requested_size, | 
| const std::vector<SkBitmap>& bitmaps) { | 
|  |