| 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 fc47bea0ecac6c58b7975b3cffdb446e0149be98..db32503d1355da6c5deb87960823c56ff61f4ac0 100644
|
| --- a/content/browser/download/download_item_factory.h
|
| +++ b/content/browser/download/download_item_factory.h
|
| @@ -47,14 +47,12 @@ public:
|
| DownloadItemImplDelegate* delegate,
|
| const DownloadCreateInfo& info,
|
| scoped_ptr<DownloadRequestHandleInterface> request_handle,
|
| - bool is_otr,
|
| const net::BoundNetLog& bound_net_log) = 0;
|
|
|
| virtual DownloadItemImpl* CreateSavePageItem(
|
| DownloadItemImplDelegate* delegate,
|
| const FilePath& path,
|
| const GURL& url,
|
| - bool is_otr,
|
| content::DownloadId download_id,
|
| const std::string& mime_type,
|
| const net::BoundNetLog& bound_net_log) = 0;
|
|
|