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

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

Issue 2730363004: Parallel Download finch config parameters on Chrome client. (Closed)
Patch Set: Fix for new code merged in. Created 3 years, 9 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/parallel_download_job_unittest.cc
diff --git a/content/browser/download/parallel_download_job_unittest.cc b/content/browser/download/parallel_download_job_unittest.cc
index 72ef5ac6db52c81caafaf0c50639b91ec97df8ed..e8fc89449fa1058b6a20ad66276e5a80b6c9e515 100644
--- a/content/browser/download/parallel_download_job_unittest.cc
+++ b/content/browser/download/parallel_download_job_unittest.cc
@@ -65,8 +65,7 @@ class ParallelDownloadJobTest : public testing::Test {
void CreateNewDownloadRequests(int64_t total_bytes,
int64_t bytes_received,
int request_num) {
- job_->request_num_ = request_num;
- job_->ForkRequestsForNewDownload(bytes_received, total_bytes);
+ job_->ForkRequestsForNewDownload(bytes_received, total_bytes, request_num);
}
content::TestBrowserThreadBundle browser_threads_;
« no previous file with comments | « content/browser/download/parallel_download_job.cc ('k') | content/browser/download/parallel_download_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698