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

Unified Diff: content/public/test/test_file_error_injector.cc

Issue 2712713007: Make DownloadFileImpl handle multiple byte streams. (Closed)
Patch Set: Rebase. 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 | « content/browser/download/mock_download_file.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
alexmos 2017/03/02 21:45:14 nit: consider adding /* is_sparse_file */ for read
xingliu 2017/03/02 23:06:15 Done.
observer),
error_info_(error_info),
destruction_callback_(dtor_callback) {
« no previous file with comments | « content/browser/download/mock_download_file.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698