Index: net/url_request/test_url_fetcher_factory.cc |
diff --git a/net/url_request/test_url_fetcher_factory.cc b/net/url_request/test_url_fetcher_factory.cc |
index 99d8de68dd081e9a77dfde0ec1b919d1aaf90055..d880fd6ca1801624983f88f14b173b76a17dcbcf 100644 |
--- a/net/url_request/test_url_fetcher_factory.cc |
+++ b/net/url_request/test_url_fetcher_factory.cc |
@@ -398,7 +398,7 @@ void FakeURLFetcher::RunDelegate() { |
// this with a weak pointer, and only call OnURLFetchComplete if this still |
// exists. |
auto weak_this = weak_factory_.GetWeakPtr(); |
- delegate()->OnURLFetchDownloadProgress(this, response_bytes_, |
+ delegate()->OnURLFetchDownloadProgress(this, response_bytes_, response_bytes_, |
response_bytes_); |
if (weak_this.get()) |
delegate()->OnURLFetchComplete(this); |