Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1356)

Unified Diff: chrome/browser/download/notification/download_notification_item.cc

Issue 1129023005: [Download Notification] Clean Up: Initialize properties in header file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/download/notification/download_notification_item.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « chrome/browser/download/notification/download_notification_item.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698