| 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 7a0a0a539b8c62fc59b2a1ffb89993b624dc1a07..e4f20c2bffafdcf08442c05df0a137ab94378bc3 100644
|
| --- a/chrome/browser/notifications/message_center_notification_manager.cc
|
| +++ b/chrome/browser/notifications/message_center_notification_manager.cc
|
| @@ -379,15 +379,6 @@ void MessageCenterNotificationManager::ImageDownloads::StartDownloads(
|
| // In case all downloads are synchronous, assume a pending download.
|
| AddPendingDownload();
|
|
|
| - // Notification primary icon.
|
| - StartDownloadWithImage(
|
| - notification,
|
| - ¬ification.icon(),
|
| - notification.icon_url(),
|
| - base::Bind(&message_center::MessageCenter::SetNotificationIcon,
|
| - base::Unretained(message_center_),
|
| - notification.id()));
|
| -
|
| // Notification image.
|
| StartDownloadWithImage(
|
| notification,
|
|
|