| Index: content/browser/download/download_file.h
|
| diff --git a/content/browser/download/download_file.h b/content/browser/download/download_file.h
|
| index dbba1ddd3c0975445c27f4c4a5a359b52ede48f6..9199cb12acbe5647c41c9aede626107673839c25 100644
|
| --- a/content/browser/download/download_file.h
|
| +++ b/content/browser/download/download_file.h
|
| @@ -57,6 +57,9 @@ class CONTENT_EXPORT DownloadFile {
|
| // Returns true if digest is successfully calculated.
|
| virtual bool GetSha256Hash(std::string* hash) = 0;
|
|
|
| + // Returns the current (intermediate) state of the hash as a byte string.
|
| + virtual std::string GetSha256HashState() = 0;
|
| +
|
| // Cancels the download request associated with this file.
|
| virtual void CancelDownloadRequest() = 0;
|
|
|
|
|