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

Unified Diff: content/browser/download/download_file_factory.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/browser/download/download_file_factory.cc
diff --git a/content/browser/download/download_file_factory.cc b/content/browser/download/download_file_factory.cc
index 0ed87d80ca613d8a7e06c007d20f604d3f6e76c4..2ab7a7bfdefa82a84a9e0dfa78f77aabdd556707 100644
--- a/content/browser/download/download_file_factory.cc
+++ b/content/browser/download/download_file_factory.cc
@@ -21,7 +21,6 @@ DownloadFile* DownloadFileFactory::CreateFile(
base::WeakPtr<DownloadDestinationObserver> observer) {
return new DownloadFileImpl(std::move(save_info), default_downloads_directory,
std::move(byte_stream), received_slices, net_log,
- false, /* is_sparse_file */
observer);
}

Powered by Google App Engine
This is Rietveld 408576698