| Index: net/nqe/network_quality_estimator.cc
|
| diff --git a/net/nqe/network_quality_estimator.cc b/net/nqe/network_quality_estimator.cc
|
| index f97084a10be1834054d93fc892c10683857ee44a..699b6a422060b404c40e47b7bcffc34e612e95ce 100644
|
| --- a/net/nqe/network_quality_estimator.cc
|
| +++ b/net/nqe/network_quality_estimator.cc
|
| @@ -982,6 +982,12 @@ void NetworkQualityEstimator::ReportEffectiveConnectionTypeForTesting(
|
| FOR_EACH_OBSERVER(
|
| EffectiveConnectionTypeObserver, effective_connection_type_observer_list_,
|
| OnEffectiveConnectionTypeChanged(effective_connection_type));
|
| +
|
| + network_quality_store_->Add(
|
| + current_network_id_,
|
| + nqe::internal::CachedNetworkQuality(tick_clock_->NowTicks(),
|
| + estimated_quality_at_last_main_frame_,
|
| + effective_connection_type_));
|
| }
|
|
|
| bool NetworkQualityEstimator::RequestProvidesRTTObservation(
|
|
|