| Index: chrome/browser/download/download_file.h
|
| ===================================================================
|
| --- chrome/browser/download/download_file.h (revision 70630)
|
| +++ chrome/browser/download/download_file.h (working copy)
|
| @@ -24,7 +24,8 @@
|
| class DownloadFile : public BaseFile {
|
| public:
|
| DownloadFile(const DownloadCreateInfo* info,
|
| - DownloadManager* download_manager);
|
| + DownloadManager* download_manager,
|
| + bool calculate_hash);
|
| virtual ~DownloadFile();
|
|
|
| // Deletes its .crdownload intermediate file.
|
|
|