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

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

Issue 2828073002: Fix an issue that we didn't clean url request properly. (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
« no previous file with comments | « content/browser/download/mock_download_file.cc ('k') | content/browser/download/parallel_download_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/parallel_download_job.h
diff --git a/content/browser/download/parallel_download_job.h b/content/browser/download/parallel_download_job.h
index 6ade0aeb246f28d6ce5726b3c8a6a5ee010df241..0a3d0fe31bdd6360e42c72b6ddbb5377f30e18f4 100644
--- a/content/browser/download/parallel_download_job.h
+++ b/content/browser/download/parallel_download_job.h
@@ -35,6 +35,7 @@ class CONTENT_EXPORT ParallelDownloadJob : public DownloadJobImpl,
void Pause() override;
void Resume(bool resume_request) override;
bool UsesParallelRequests() const override;
+ void CancelRequestWithOffset(int64_t offset) override;
protected:
// Virtual for testing.
« no previous file with comments | « content/browser/download/mock_download_file.cc ('k') | content/browser/download/parallel_download_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698