Index: components/update_client/url_fetcher_downloader.h |
diff --git a/components/update_client/url_fetcher_downloader.h b/components/update_client/url_fetcher_downloader.h |
index 4f2fbdec4db2f48473c20a15c784e3610246578c..1ad64e58d39f62e19da9ff25cb27e2396ca0af5b 100644 |
--- a/components/update_client/url_fetcher_downloader.h |
+++ b/components/update_client/url_fetcher_downloader.h |
@@ -46,7 +46,8 @@ class UrlFetcherDownloader : public CrxDownloader, |
void OnURLFetchComplete(const net::URLFetcher* source) override; |
void OnURLFetchDownloadProgress(const net::URLFetcher* source, |
int64_t current, |
- int64_t total) override; |
+ int64_t total, |
+ int64_t current_network_bytes) override; |
std::unique_ptr<net::URLFetcher> url_fetcher_; |
net::URLRequestContextGetter* context_getter_; |