| 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 7a776c9dba105b6edf3579199bd7bf6aba626cc0..fe613dfcfa2efee635a32d18c8e69c112a176745 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_;
|
|
|
|
|