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

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

Issue 11571025: Initial CL for Downloads resumption. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporated Pawel's comment. Created 7 years, 11 months 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
« no previous file with comments | « content/browser/download/download_create_info.cc ('k') | content/browser/download/download_item_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/download_file.h
diff --git a/content/browser/download/download_file.h b/content/browser/download/download_file.h
index 3ca9717b39557d3d094c2979b7f96e5f3aa1bb70..9f1a2a65696b9ff5ce90745a7699a31b96e69c93 100644
--- a/content/browser/download/download_file.h
+++ b/content/browser/download/download_file.h
@@ -38,9 +38,9 @@ class CONTENT_EXPORT DownloadFile {
virtual ~DownloadFile() {}
- // Returns DOWNLOAD_INTERRUPT_REASON_NONE on success, or a network
- // error code on failure. Upon completion, |callback| will be
- // called on the UI thread as per the comment above.
+ // Upon completion, |callback| will be called on the UI
+ // thread as per the comment above, passing DOWNLOAD_INTERRUPT_REASON_NONE
+ // on success, or a network download interrupt reason on failure.
virtual void Initialize(const InitializeCallback& callback) = 0;
// Rename the download file to |full_path|. If that file exists
« no previous file with comments | « content/browser/download/download_create_info.cc ('k') | content/browser/download/download_item_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698