| Index: components/data_use_measurement/core/data_use_network_delegate.cc
|
| diff --git a/components/data_use_measurement/core/data_use_network_delegate.cc b/components/data_use_measurement/core/data_use_network_delegate.cc
|
| index 0229787ffa26b8bc650e4a16e792d91e0d89ac58..c296a80ba12d683c08918f7f95d67afc00ff6a4f 100644
|
| --- a/components/data_use_measurement/core/data_use_network_delegate.cc
|
| +++ b/components/data_use_measurement/core/data_use_network_delegate.cc
|
| @@ -66,6 +66,7 @@ void DataUseNetworkDelegate::OnNetworkBytesSentInternal(
|
|
|
| void DataUseNetworkDelegate::OnCompletedInternal(net::URLRequest* request,
|
| bool started) {
|
| + ascriber_->OnUrlRequestCompleted(*request, started);
|
| data_use_measurement_.OnCompleted(*request, started);
|
| }
|
|
|
|
|