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

Unified Diff: content/public/test/test_file_error_injector.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
Index: content/public/test/test_file_error_injector.cc
diff --git a/content/public/test/test_file_error_injector.cc b/content/public/test/test_file_error_injector.cc
index 482720544381d78ca52bc9574a30b847b582c923..0ac3ec6f3a05ad43cbc54aee983975cdcb287842 100644
--- a/content/public/test/test_file_error_injector.cc
+++ b/content/public/test/test_file_error_injector.cc
@@ -111,6 +111,7 @@ DownloadFileWithError::DownloadFileWithError(
default_download_directory,
std::move(byte_stream),
net_log,
+ false,
observer),
error_info_(error_info),
destruction_callback_(dtor_callback) {

Powered by Google App Engine
This is Rietveld 408576698