| Index: net/nqe/network_quality_estimator.h
|
| diff --git a/net/nqe/network_quality_estimator.h b/net/nqe/network_quality_estimator.h
|
| index d396e79adfe726c61d0d71599fd30703cadb4316..777cfc92a38e9bbcb4b4bfaf475678bedc19e55b 100644
|
| --- a/net/nqe/network_quality_estimator.h
|
| +++ b/net/nqe/network_quality_estimator.h
|
| @@ -605,6 +605,12 @@ class NET_EXPORT NetworkQualityEstimator
|
| nqe::internal::NetworkQuality
|
| default_observations_[NetworkChangeNotifier::CONNECTION_LAST + 1];
|
|
|
| + // Default thresholds for different effective connection types. The default
|
| + // values are used if the thresholds are unavailable from the variation
|
| + // params.
|
| + nqe::internal::NetworkQuality default_effective_connection_type_thresholds_
|
| + [EFFECTIVE_CONNECTION_TYPE_LAST];
|
| +
|
| // Thresholds for different effective connection types obtained from field
|
| // trial variation params. These thresholds encode how different connection
|
| // types behave in general. In future, complex encodings (e.g., curve
|
|
|