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

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

Issue 8404049: Added member data to classes to support download resumption. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup, and added fields to DownloadPersistentStoreInfo. 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.h
diff --git a/content/browser/download/download_file.h b/content/browser/download/download_file.h
index 15047f338b872e7a5ffb769cddeb0fd8c0aeaa6e..cadc4f463b41b47fd11e9836ef0d17f940c2f81f 100644
--- a/content/browser/download/download_file.h
+++ b/content/browser/download/download_file.h
@@ -28,7 +28,8 @@ class CONTENT_EXPORT DownloadFile : public BaseFile {
// Takes ownership of the object pointed to by |request_handle|.
DownloadFile(const DownloadCreateInfo* info,
DownloadRequestHandleInterface* request_handle,
- DownloadManager* download_manager);
+ DownloadManager* download_manager,
+ const std::string& initial_hash);
Randy Smith (Not in Mondays) 2011/11/16 18:29:27 See comment in base_file.h
ahendrickson 2011/11/19 20:18:03 Done.
virtual ~DownloadFile();
// Cancels the download request associated with this file.

Powered by Google App Engine
This is Rietveld 408576698