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

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

Issue 2829853011: Polish the cleaning up url request code for parallel download. (Closed)
Patch Set: Created 3 years, 8 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
Index: content/browser/download/download_job.h
diff --git a/content/browser/download/download_job.h b/content/browser/download/download_job.h
index 2f12b18b1f098b820cd04eb004dec6df2b6c8332..cae4f1abae803d3d04f6e0c9eb0443aa424bc243 100644
--- a/content/browser/download/download_job.h
+++ b/content/browser/download/download_job.h
@@ -46,6 +46,7 @@ class CONTENT_EXPORT DownloadJob {
// Cancel a particular request starts from |offset|, while the download is not
// canceled. Used in parallel download.
+ // TODO(xingliu): Remove this function if download job owns download file.
virtual void CancelRequestWithOffset(int64_t offset);
protected:

Powered by Google App Engine
This is Rietveld 408576698