| 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 5296aedb0415a2fc8c9466d2a19ae6fa10411e14..44ffbdb248c8a5e70e3a83e05381051b4ad706d4 100644
|
| --- a/chrome/browser/notifications/message_center_notification_manager.cc
|
| +++ b/chrome/browser/notifications/message_center_notification_manager.cc
|
| @@ -306,7 +306,7 @@ void MessageCenterNotificationManager::ImageDownloads::StartDownloadWithImage(
|
| return;
|
| }
|
|
|
| - contents->DownloadFavicon(
|
| + contents->DownloadImage(
|
| url,
|
| false,
|
| size,
|
|
|