| Index: content/browser/download/download_item.h
|
| diff --git a/content/browser/download/download_item.h b/content/browser/download/download_item.h
|
| index baf3ca11e0362358588aba9a3271ae9212945697..7a19ea014107f293a632e8e043d9a96cf8097beb 100644
|
| --- a/content/browser/download/download_item.h
|
| +++ b/content/browser/download/download_item.h
|
| @@ -119,6 +119,7 @@ class CONTENT_EXPORT DownloadItem {
|
| // Constructing for a regular download:
|
| DownloadItem(DownloadManager* download_manager,
|
| const DownloadCreateInfo& info,
|
| + const DownloadRequestHandle& request_handle,
|
| bool is_otr);
|
|
|
| // Constructing for the "Save Page As..." feature:
|
|
|