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 5d9749e789b595d55990dd9d71cbfee74c52ec0e..488f9be3373d4164623a0018b109a2bd459502b0 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, |
size, |
base::Bind( |