Index: net/url_request/url_fetcher_core.h |
diff --git a/net/url_request/url_fetcher_core.h b/net/url_request/url_fetcher_core.h |
index eac8a035acc430b795b81c7941b924120079ef5d..415badfa323cccbf13e6914efb0954932b669fca 100644 |
--- a/net/url_request/url_fetcher_core.h |
+++ b/net/url_request/url_fetcher_core.h |
@@ -220,8 +220,10 @@ class URLFetcherCore : public base::RefCountedThreadSafe<URLFetcherCore>, |
void InformDelegateUploadProgressInDelegateThread(int64_t current, |
int64_t total); |
void InformDelegateDownloadProgress(); |
- void InformDelegateDownloadProgressInDelegateThread(int64_t current, |
- int64_t total); |
+ void InformDelegateDownloadProgressInDelegateThread( |
+ int64_t current, |
+ int64_t total, |
+ int64_t current_network_bytes); |
// Check if any upload data is set or not. |
void AssertHasNoUploadData() const; |