| Index: chrome/browser/download/download_file_manager.h
|
| ===================================================================
|
| --- chrome/browser/download/download_file_manager.h (revision 70630)
|
| +++ chrome/browser/download/download_file_manager.h (working copy)
|
| @@ -115,7 +115,8 @@
|
| // Creates DownloadFile on FILE thread and continues starting the download
|
| // process.
|
| void CreateDownloadFile(DownloadCreateInfo* info,
|
| - DownloadManager* download_manager);
|
| + DownloadManager* download_manager,
|
| + bool hash_needed);
|
|
|
| // Tells the ResourceDispatcherHost to resume a download request
|
| // that was paused to wait for the on-disk file to be created.
|
|
|