| Index: content/browser/download/mock_download_file.h
|
| diff --git a/content/browser/download/mock_download_file.h b/content/browser/download/mock_download_file.h
|
| index ed202030ce1bce91f6153aad5e5f03e23b8ee619..2b01431ec6982231846e924fcc8cec87868bd5a9 100644
|
| --- a/content/browser/download/mock_download_file.h
|
| +++ b/content/browser/download/mock_download_file.h
|
| @@ -74,6 +74,8 @@ class MockDownloadFile : virtual public DownloadFile {
|
| virtual bool InProgress() const OVERRIDE;
|
| virtual int64 BytesSoFar() const OVERRIDE;
|
| virtual bool GetSha256Hash(std::string* hash) OVERRIDE;
|
| + virtual bool GetSha256HashState(Pickle* hash_state) OVERRIDE;
|
| + virtual bool SetSha256HashState(Pickle* hash_state) OVERRIDE;
|
| virtual void CancelDownloadRequest() OVERRIDE;
|
| virtual int Id() const OVERRIDE;
|
| virtual DownloadManager* GetDownloadManager() OVERRIDE;
|
|
|