Chromium Code Reviews| Index: content/browser/download/download_file.h |
| diff --git a/content/browser/download/download_file.h b/content/browser/download/download_file.h |
| index 15047f338b872e7a5ffb769cddeb0fd8c0aeaa6e..cadc4f463b41b47fd11e9836ef0d17f940c2f81f 100644 |
| --- a/content/browser/download/download_file.h |
| +++ b/content/browser/download/download_file.h |
| @@ -28,7 +28,8 @@ class CONTENT_EXPORT DownloadFile : public BaseFile { |
| // Takes ownership of the object pointed to by |request_handle|. |
| DownloadFile(const DownloadCreateInfo* info, |
| DownloadRequestHandleInterface* request_handle, |
| - DownloadManager* download_manager); |
| + DownloadManager* download_manager, |
| + const std::string& initial_hash); |
|
Randy Smith (Not in Mondays)
2011/11/16 18:29:27
See comment in base_file.h
ahendrickson
2011/11/19 20:18:03
Done.
|
| virtual ~DownloadFile(); |
| // Cancels the download request associated with this file. |