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

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

Issue 2782033002: remove is_sparse_file_ from DownloadFileImpl (Closed)
Patch Set: add IsSparseFile() helper method 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/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 00e7e0b6dc71bf7971e3155b99a524fc2348d85e..7d90a5dec2a53fd9c3097c0b949cd8fee334cc2b 100644
--- a/content/public/test/test_file_error_injector.cc
+++ b/content/public/test/test_file_error_injector.cc
@@ -117,7 +117,6 @@ DownloadFileWithError::DownloadFileWithError(
std::move(byte_stream),
received_slices,
net_log,
- false, /* is_sparse_file */
observer),
error_info_(error_info),
destruction_callback_(dtor_callback) {

Powered by Google App Engine
This is Rietveld 408576698