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

Unified Diff: chrome/browser/download/download_service.h

Issue 11640007: Make the UI an observer of downloads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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/download_service.h
diff --git a/chrome/browser/download/download_service.h b/chrome/browser/download/download_service.h
index 1c72b29105e0a10debdfdcc2dcb634c3cb085ff4..15f1932f58c3e82e3427807a16415daddea6788a 100644
--- a/chrome/browser/download/download_service.h
+++ b/chrome/browser/download/download_service.h
@@ -15,6 +15,7 @@
class ChromeDownloadManagerDelegate;
class DownloadHistory;
+class DownloadUIController;
class Profile;
namespace content {
@@ -65,6 +66,8 @@ class DownloadService : public ProfileKeyedService {
scoped_ptr<DownloadHistory> download_history_;
+ scoped_ptr<DownloadUIController> download_ui_;
+
DISALLOW_COPY_AND_ASSIGN(DownloadService);
};

Powered by Google App Engine
This is Rietveld 408576698