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 6a74d881263a3f0a424984eab5ee34c316440db5..726382c95e7d0d89756ba6fc3626c310f05e5965 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; |