| 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 ab4dc9c2bf933387bdcb57970df26608c665a567..fbc258e8429ffd9f5536af2c2738f0a2710e5e32 100644
|
| --- a/net/nqe/network_quality_estimator_params.cc
|
| +++ b/net/nqe/network_quality_estimator_params.cc
|
| @@ -373,10 +373,11 @@ NetworkQualityEstimatorParams::NetworkQualityEstimatorParams(
|
| "throughput_min_requests_in_flight",
|
| 1)),
|
| weight_multiplier_per_second_(GetWeightMultiplierPerSecond(params_)),
|
| - weight_multiplier_per_dbm_(
|
| - GetDoubleValueForVariationParamWithDefaultValue(params_,
|
| - "rssi_weight_per_dbm",
|
| - 1.0)),
|
| + weight_multiplier_per_signal_strength_level_(
|
| + GetDoubleValueForVariationParamWithDefaultValue(
|
| + params_,
|
| + "rssi_weight_per_signal_strength_level",
|
| + 1.0)),
|
| correlation_uma_logging_probability_(
|
| GetDoubleValueForVariationParamWithDefaultValue(
|
| params_,
|
|
|