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

Unified Diff: content/content_browser.gypi

Issue 10836293: Replace the DownloadFileManager with direct ownership of DownloadFile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Take more direct control of location of destruction of Download Files. Created 8 years, 4 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 9d2ad105fc73022109fc892a53698af0a22072c9..2eec84cb596edac73d0217b6db5d8e2eaff5be62 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -69,6 +69,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',
@@ -311,10 +312,10 @@
'browser/download/download_create_info.cc',
'browser/download/download_create_info.h',
'browser/download/download_file.h',
+ 'browser/download/download_file_factory.cc',
+ '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