Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(215)

Unified Diff: content/browser/download/download_file_impl.h

Issue 8404049: Added member data to classes to support download resumption. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DownloadSaveInfo::offset is now int64. Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..63fdefdceea059197a5771bd257932687dd58233 100644
--- a/content/browser/download/download_file_impl.h
+++ b/content/browser/download/download_file_impl.h
@@ -39,6 +39,7 @@ 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;
Randy Smith (Not in Mondays) 2011/11/23 19:25:13 It occurs to me to wonder--if the underlying imple
virtual void CancelDownloadRequest() OVERRIDE;
virtual int Id() const OVERRIDE;
virtual DownloadManager* GetDownloadManager() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698