| Index: content/browser/download/download_file_manager.h
|
| diff --git a/content/browser/download/download_file_manager.h b/content/browser/download/download_file_manager.h
|
| index 989c8962b3cb069e705374485d7871edc38ea0ad..fdce6af59820e14fa35698b649c89bf86fce4f6f 100644
|
| --- a/content/browser/download/download_file_manager.h
|
| +++ b/content/browser/download/download_file_manager.h
|
| @@ -77,7 +77,8 @@ class CONTENT_EXPORT DownloadFileManager
|
| virtual content::DownloadFile* CreateFile(
|
| DownloadCreateInfo* info,
|
| const DownloadRequestHandle& request_handle,
|
| - content::DownloadManager* download_manager) = 0;
|
| + content::DownloadManager* download_manager,
|
| + bool calculate_hash) = 0;
|
| };
|
|
|
| // Takes ownership of the factory.
|
|
|