| 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 7372ba5bbaf493df21b5e8fbc0df8bee38af143f..ab4dc9c2bf933387bdcb57970df26608c665a567 100644
|
| --- a/net/nqe/network_quality_estimator_params.cc
|
| +++ b/net/nqe/network_quality_estimator_params.cc
|
| @@ -368,6 +368,10 @@ base::Optional<EffectiveConnectionType> GetForcedEffectiveConnectionType(
|
| NetworkQualityEstimatorParams::NetworkQualityEstimatorParams(
|
| const std::map<std::string, std::string>& params)
|
| : params_(params),
|
| + throughput_min_requests_in_flight_(
|
| + GetValueForVariationParam(params_,
|
| + "throughput_min_requests_in_flight",
|
| + 1)),
|
| weight_multiplier_per_second_(GetWeightMultiplierPerSecond(params_)),
|
| weight_multiplier_per_dbm_(
|
| GetDoubleValueForVariationParamWithDefaultValue(params_,
|
|
|