| Index: content/browser/download/download_file_impl.h
|
| diff --git a/content/browser/download/download_file_impl.h b/content/browser/download/download_file_impl.h
|
| index 31073c5451139a7eb6ff3a649bf7bb7ed7925e51..e622c7659d4392c25c92cf697be9e47fca8ec22f 100644
|
| --- a/content/browser/download/download_file_impl.h
|
| +++ b/content/browser/download/download_file_impl.h
|
| @@ -39,6 +39,8 @@ class CONTENT_EXPORT DownloadFileImpl : virtual public DownloadFile {
|
| virtual bool InProgress() const OVERRIDE;
|
| virtual int64 BytesSoFar() const OVERRIDE;
|
| virtual bool GetSha256Hash(std::string* hash) OVERRIDE;
|
| + virtual std::string GetSha256HashState() OVERRIDE;
|
| + virtual bool SetSha256HashState(const std::string& hash_state) OVERRIDE;
|
| virtual void CancelDownloadRequest() OVERRIDE;
|
| virtual int Id() const OVERRIDE;
|
| virtual DownloadManager* GetDownloadManager() OVERRIDE;
|
|
|