| Index: chrome/browser/notifications/message_center_notification_manager.h | 
| diff --git a/chrome/browser/notifications/message_center_notification_manager.h b/chrome/browser/notifications/message_center_notification_manager.h | 
| index 2bd7a6f81d7fed45e9f105e6f81afe89764ee87d..b4510dbd440661197154d128a5cc9180f3bcff90 100644 | 
| --- a/chrome/browser/notifications/message_center_notification_manager.h | 
| +++ b/chrome/browser/notifications/message_center_notification_manager.h | 
| @@ -91,6 +91,7 @@ class MessageCenterNotificationManager | 
| // FaviconHelper callback. | 
| void DownloadComplete(const SetImageCallback& callback, | 
| int download_id, | 
| +                          int http_status_code, | 
| const GURL& image_url, | 
| int requested_size, | 
| const std::vector<SkBitmap>& bitmaps); | 
|  |