| 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..b423be83c093cbb1c4f032d3fda3bec1a5606dee 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 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;
|
|
|