Index: components/update_client/url_fetcher_downloader.cc |
diff --git a/components/update_client/url_fetcher_downloader.cc b/components/update_client/url_fetcher_downloader.cc |
index 8191c9d36d5f2f99969d92d699dd5a8590ba0f7b..f94e9730e92171ca539e8ea7e3fe9cf05eea1b1a 100644 |
--- a/components/update_client/url_fetcher_downloader.cc |
+++ b/components/update_client/url_fetcher_downloader.cc |
@@ -98,7 +98,8 @@ void UrlFetcherDownloader::OnURLFetchComplete(const net::URLFetcher* source) { |
void UrlFetcherDownloader::OnURLFetchDownloadProgress( |
const net::URLFetcher* source, |
int64_t current, |
- int64_t total) { |
+ int64_t total, |
+ int64_t current_network_bytes) { |
DCHECK(thread_checker_.CalledOnValidThread()); |
downloaded_bytes_ = current; |