Index: components/policy/core/common/cloud/external_policy_data_fetcher.h |
diff --git a/components/policy/core/common/cloud/external_policy_data_fetcher.h b/components/policy/core/common/cloud/external_policy_data_fetcher.h |
index a54261d1587c6409e88e4b79a2123ed7f2007679..322b562c19db5c9ff6a699cf6bf7011ddb56e0f7 100644 |
--- a/components/policy/core/common/cloud/external_policy_data_fetcher.h |
+++ b/components/policy/core/common/cloud/external_policy_data_fetcher.h |
@@ -163,7 +163,8 @@ class POLICY_EXPORT ExternalPolicyDataFetcherBackend |
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; |
private: |
scoped_refptr<base::SequencedTaskRunner> io_task_runner_; |