| 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 5ba4a5ac1fdcd5aa584c30af439bbe5b070f7ef1..a9ab62da52404979b0fc2e51eaf210eed5718c70 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;
|
|
|