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

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

Issue 1005393003: [Download Notification] Use NotificationUIManager instead of MessageCenter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed the comments Created 5 years, 8 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_manager.h
diff --git a/chrome/browser/download/notification/download_notification_manager.h b/chrome/browser/download/notification/download_notification_manager.h
index 0fade343fa24f1f8c9c2559850e141beb6a07429..7f88c78becc3fbca59e74e051c779254cf7ab2de 100644
--- a/chrome/browser/download/notification/download_notification_manager.h
+++ b/chrome/browser/download/notification/download_notification_manager.h
@@ -28,6 +28,8 @@ class DownloadNotificationManager : public DownloadUIController::Delegate,
void OnDownloadRemoved(DownloadNotificationItem* item) override;
private:
+ Profile* profile_;
+
std::set<DownloadNotificationItem*> downloading_items_;
std::set<DownloadNotificationItem*> items_;

Powered by Google App Engine
This is Rietveld 408576698