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

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

Issue 1005393003: [Download Notification] Use NotificationUIManager instead of MessageCenter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
Index: chrome/browser/download/notification/download_notification_item.h
diff --git a/chrome/browser/download/notification/download_notification_item.h b/chrome/browser/download/notification/download_notification_item.h
index 6470e7a69ea8ed8def17030c7c866539d5f89f86..2b94bdd57e9cde46d5814818a16c12c40a9dee3f 100644
--- a/chrome/browser/download/notification/download_notification_item.h
+++ b/chrome/browser/download/notification/download_notification_item.h
@@ -31,7 +31,8 @@ class DownloadNotificationItem : public content::DownloadItem::Observer {
virtual void OnDownloadRemoved(DownloadNotificationItem* item) = 0;
};
- DownloadNotificationItem(content::DownloadItem* item, Delegate* delegate);
+ DownloadNotificationItem(
+ content::DownloadItem* item, Profile* profile, Delegate* delegate);
~DownloadNotificationItem() override;

Powered by Google App Engine
This is Rietveld 408576698