| 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
|
|
|