| 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 62090ebfd278ce19f2bbefaedec0cacfe8b6405d..2e42c457619f8db92097a13449154501606097d1 100644
|
| --- a/content/browser/download/download_item_factory.h
|
| +++ b/content/browser/download/download_item_factory.h
|
| @@ -66,6 +66,7 @@ public:
|
| const GURL& url,
|
| DownloadId download_id,
|
| const std::string& mime_type,
|
| + scoped_ptr<DownloadRequestHandleInterface> request_handle,
|
| const net::BoundNetLog& bound_net_log) = 0;
|
| };
|
|
|
|
|