| 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 {
|
|
|