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 28c5f795178c2f9ee2a680958fdadc54a4e88240..3083fb52a88837b4fe878fcbd304b3cf157eb532 100644 |
--- a/chrome/browser/notifications/message_center_notification_manager.cc |
+++ b/chrome/browser/notifications/message_center_notification_manager.cc |
@@ -353,15 +353,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.delegate_id())); |
- |
// Notification image. |
StartDownloadWithImage( |
notification, |