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

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

Issue 2712713007: Make DownloadFileImpl handle multiple byte streams. (Closed)
Patch Set: Remove the AppendDataToFile call, fix the browsertest. 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') | no next file with comments »
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 d842e1eac70704297d24226a072f4d1de0fe18fe..65c473af1f4e83d8b635950a35738e46879e5c5f 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698