Index: chrome/browser/download/notification/download_notification_item.cc |
diff --git a/chrome/browser/download/notification/download_notification_item.cc b/chrome/browser/download/notification/download_notification_item.cc |
index 8345ff2a915801186c502248225b3f6ad0fa7dd6..546a10eb4bd79b56897981dcc31f8098b6326c78 100644 |
--- a/chrome/browser/download/notification/download_notification_item.cc |
+++ b/chrome/browser/download/notification/download_notification_item.cc |
@@ -71,10 +71,7 @@ std::string DownloadNotificationItem::NotificationWatcher::id() const { |
DownloadNotificationItem::DownloadNotificationItem(content::DownloadItem* item, |
Profile* profile, |
Delegate* delegate) |
- : openable_(false), |
- downloading_(false), |
- image_resource_id_(0), |
- profile_(profile), |
+ : profile_(profile), |
watcher_(new NotificationWatcher(this)), |
item_(item), |
delegate_(delegate) { |