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

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

Issue 2712713007: Make DownloadFileImpl handle multiple byte streams. (Closed)
Patch Set: Export the new class for linking on windows. Created 3 years, 10 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 | « no previous file | content/browser/download/download_file.h » ('j') | content/browser/download/download_file.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/download_browsertest.cc
diff --git a/content/browser/download/download_browsertest.cc b/content/browser/download/download_browsertest.cc
index 4b3bb5cd3c80b0481aab1f06de5ca796efb24806..2924e4bed983ac520e7634c77e4c5e0f3f71b801 100644
--- a/content/browser/download/download_browsertest.cc
+++ b/content/browser/download/download_browsertest.cc
@@ -210,6 +210,7 @@ DownloadFileWithDelay::DownloadFileWithDelay(
default_download_directory,
std::move(stream),
net_log,
+ false,
observer),
owner_(owner) {}
@@ -314,6 +315,7 @@ class CountingDownloadFile : public DownloadFileImpl {
default_downloads_directory,
std::move(stream),
net_log,
+ false,
observer) {}
~CountingDownloadFile() override {
« no previous file with comments | « no previous file | content/browser/download/download_file.h » ('j') | content/browser/download/download_file.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698