| 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 5d9749e789b595d55990dd9d71cbfee74c52ec0e..5296aedb0415a2fc8c9466d2a19ae6fa10411e14 100644
|
| --- a/chrome/browser/notifications/message_center_notification_manager.cc
|
| +++ b/chrome/browser/notifications/message_center_notification_manager.cc
|
| @@ -308,6 +308,7 @@ void MessageCenterNotificationManager::ImageDownloads::StartDownloadWithImage(
|
|
|
| contents->DownloadFavicon(
|
| url,
|
| + false,
|
| size,
|
| base::Bind(
|
| &MessageCenterNotificationManager::ImageDownloads::DownloadComplete,
|
|
|