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

Unified Diff: content/browser/download/download_browsertest.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_browsertest.cc
diff --git a/content/browser/download/download_browsertest.cc b/content/browser/download/download_browsertest.cc
index 84d1e66a6510bcb4985d6c8ad2215132c4f564ea..0c8335d5773c8119ab180a6798b8bdca924cc35c 100644
--- a/content/browser/download/download_browsertest.cc
+++ b/content/browser/download/download_browsertest.cc
@@ -214,7 +214,6 @@ DownloadFileWithDelay::DownloadFileWithDelay(
std::move(stream),
received_slices,
net_log,
- false,
observer),
owner_(owner) {}
@@ -323,7 +322,6 @@ class CountingDownloadFile : public DownloadFileImpl {
std::move(stream),
received_slices,
net_log,
- false,
observer) {}
~CountingDownloadFile() override {

Powered by Google App Engine
This is Rietveld 408576698