| 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..5583f859e4ffe0da9349279dbb519e3f487e8277 100644
|
| --- a/chrome/browser/notifications/message_center_notification_manager.cc
|
| +++ b/chrome/browser/notifications/message_center_notification_manager.cc
|
| @@ -19,6 +19,7 @@
|
| #include "chrome/common/extensions/extension_set.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "content/public/browser/web_contents.h"
|
| +#include "content/public/common/content_constants.h"
|
| #include "ui/message_center/message_center_constants.h"
|
| #include "ui/message_center/message_center_tray.h"
|
|
|
| @@ -308,6 +309,7 @@ void MessageCenterNotificationManager::ImageDownloads::StartDownloadWithImage(
|
|
|
| contents->DownloadFavicon(
|
| url,
|
| + content::DOWNLOAD_OTHER,
|
| size,
|
| base::Bind(
|
| &MessageCenterNotificationManager::ImageDownloads::DownloadComplete,
|
|
|