| Index: net/nqe/network_quality_estimator_params.cc
|
| diff --git a/net/nqe/network_quality_estimator_params.cc b/net/nqe/network_quality_estimator_params.cc
|
| index 63ace6323fd4c2b53bbda41150935605be5af193..7fd4e11f3d82432a1290808f2aa16124cf9caf69 100644
|
| --- a/net/nqe/network_quality_estimator_params.cc
|
| +++ b/net/nqe/network_quality_estimator_params.cc
|
| @@ -306,7 +306,7 @@ void ObtainEffectiveConnectionTypeModelParams(
|
| continue;
|
|
|
| std::string connection_type_name = std::string(
|
| - GetNameForEffectiveConnectionType(effective_connection_type));
|
| + DeprecatedGetNameForEffectiveConnectionType(effective_connection_type));
|
|
|
| connection_thresholds[i].set_http_rtt(
|
| base::TimeDelta::FromMilliseconds(GetValueForVariationParam(
|
|
|