| 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 9ef8e70e0dc24fa6f2b69772348aae9986863222..d2a4797bff6a8310d6aede6477d1cf2198a2a28b 100644
|
| --- a/net/url_request/url_request_http_job.cc
|
| +++ b/net/url_request/url_request_http_job.cc
|
| @@ -1586,8 +1586,7 @@
|
| NetworkQualityEstimator* network_quality_estimator =
|
| request()->context()->network_quality_estimator();
|
| if (network_quality_estimator)
|
| - network_quality_estimator->NotifyRequestCompleted(
|
| - *request(), request_->status().error());
|
| + network_quality_estimator->NotifyRequestCompleted(*request());
|
| }
|
|
|
| RecordPerfHistograms(reason);
|
|
|