Index: components/policy/core/common/cloud/external_policy_data_fetcher.cc |
diff --git a/components/policy/core/common/cloud/external_policy_data_fetcher.cc b/components/policy/core/common/cloud/external_policy_data_fetcher.cc |
index d3474e2826ce20d5c1cd2d17b4bebe5893edd710..1d92c1e8f4cfac6bdfcafec4418888348fa171b7 100644 |
--- a/components/policy/core/common/cloud/external_policy_data_fetcher.cc |
+++ b/components/policy/core/common/cloud/external_policy_data_fetcher.cc |
@@ -251,7 +251,8 @@ void ExternalPolicyDataFetcherBackend::OnURLFetchComplete( |
void ExternalPolicyDataFetcherBackend::OnURLFetchDownloadProgress( |
const net::URLFetcher* source, |
int64_t current, |
- int64_t total) { |
+ int64_t total, |
+ int64_t current_network_bytes) { |
DCHECK(io_task_runner_->RunsTasksOnCurrentThread()); |
JobMap::iterator it = job_map_.find(const_cast<net::URLFetcher*>(source)); |
DCHECK(it != job_map_.end()); |