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 5ea8d2421cfbc77b2e2b2057719c3a8437b5d5e2..b0d4ed5e8c1c66c10734b33caa00b3c3f5aa8115 100644 |
--- a/chrome/browser/notifications/message_center_notification_manager.cc |
+++ b/chrome/browser/notifications/message_center_notification_manager.cc |
@@ -333,15 +333,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, |