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

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

Issue 2811293004: Fix an issue that we didn't clean url request properly. (Closed)
Patch Set: Fixed compiling for unit tests. 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.cc
diff --git a/content/browser/download/download_job.cc b/content/browser/download/download_job.cc
index 763e8edb04ef371d2e9326d0b435637dcde445de..c3a53f51baa227b3839e879b7c1a61e18e74a006 100644
--- a/content/browser/download/download_job.cc
+++ b/content/browser/download/download_job.cc
@@ -66,4 +66,6 @@ bool DownloadJob::UsesParallelRequests() const {
return false;
}
+void DownloadJob::CancelRequest(int64_t offset) {}
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698