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

Unified Diff: content/browser/download/download_item_factory.h

Issue 23496076: WIP - Refactor programmatic downloads Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/browser/download/download_item_factory.h
diff --git a/content/browser/download/download_item_factory.h b/content/browser/download/download_item_factory.h
index c5e03f5c41dad256414727d94993f3707a620903..8dfd671d6524d7b31ef23f565c4fcb1c3786f103 100644
--- a/content/browser/download/download_item_factory.h
+++ b/content/browser/download/download_item_factory.h
@@ -27,10 +27,9 @@ class BoundNetLog;
namespace content {
-class DownloadItem;
class DownloadItemImpl;
class DownloadItemImplDelegate;
-class DownloadRequestHandleInterface;
+class DownloadRequestHandle;
struct DownloadCreateInfo;
class DownloadItemFactory {
@@ -61,15 +60,6 @@ public:
uint32 download_id,
const DownloadCreateInfo& info,
const net::BoundNetLog& bound_net_log) = 0;
-
- virtual DownloadItemImpl* CreateSavePageItem(
- DownloadItemImplDelegate* delegate,
- uint32 download_id,
- const base::FilePath& path,
- const GURL& url,
- const std::string& mime_type,
- scoped_ptr<DownloadRequestHandleInterface> request_handle,
- const net::BoundNetLog& bound_net_log) = 0;
};
} // namespace content
« no previous file with comments | « content/browser/download/download_interrupt_reasons_impl.cc ('k') | content/browser/download/download_item_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698