| 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 d96c06700663592662df65deb61098a47d82a2e1..348ae73ece87aec8f352eabf0f31b6fa38cb522e 100644
|
| --- a/net/nqe/network_quality_estimator_params.cc
|
| +++ b/net/nqe/network_quality_estimator_params.cc
|
| @@ -388,10 +388,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_,
|
|
|