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 17e177fd88109a650310103072644a2b8791fd49..3775787bdd0e2be3c2497929e5d8789c9c151e87 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, |