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

Unified Diff: content/content_browser.gypi

Issue 10912173: Replace the DownloadFileManager with direct ownership of DownloadFileImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporated comments and sync'd to r158560 Created 8 years, 3 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: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index ed37f1bb26635ce1dd4b024528e8337aa5980822..2ea8a1110afb60c476133b03c7ecef74ca909a40 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -61,6 +61,7 @@
'public/browser/devtools_manager.h',
'public/browser/dom_operation_notification_details.h',
'public/browser/dom_storage_context.h',
+ 'public/browser/download_destination_observer.h',
'public/browser/download_interrupt_reason_values.h',
'public/browser/download_interrupt_reasons.h',
'public/browser/download_item.h',
@@ -324,8 +325,6 @@
'browser/download/download_file_factory.h',
'browser/download/download_file_impl.cc',
'browser/download/download_file_impl.h',
- 'browser/download/download_file_manager.cc',
- 'browser/download/download_file_manager.h',
'browser/download/download_interrupt_reasons_impl.cc',
'browser/download/download_interrupt_reasons_impl.h',
'browser/download/download_item_factory.h',

Powered by Google App Engine
This is Rietveld 408576698