| Index: net/url_request/url_request_http_job.cc | 
| diff --git a/net/url_request/url_request_http_job.cc b/net/url_request/url_request_http_job.cc | 
| index 0a6632e08b5fb0da630f0a9287b9460cb314d7bb..24b20da10948ed7c38ca8fbcea9174094a4e6f59 100644 | 
| --- a/net/url_request/url_request_http_job.cc | 
| +++ b/net/url_request/url_request_http_job.cc | 
| @@ -1547,6 +1547,9 @@ void URLRequestHttpJob::DoneWithRequest(CompletionCause reason) { | 
| network_quality_estimator->NotifyRequestCompleted(*request()); | 
| } | 
|  | 
| +  // Notify about any new network usage. | 
| +  MaybeNotifyNetworkBytes(); | 
| + | 
| RecordPerfHistograms(reason); | 
| if (request_) | 
| request_->set_received_response_content_length(prefilter_bytes_read()); | 
|  |