| Index: net/nqe/network_quality_estimator.h
|
| diff --git a/net/nqe/network_quality_estimator.h b/net/nqe/network_quality_estimator.h
|
| index f065a775687cd788f5f9af5bb2a79191cc7773bd..70186f5cc82f2d8a00763295bab13a1c06417ba3 100644
|
| --- a/net/nqe/network_quality_estimator.h
|
| +++ b/net/nqe/network_quality_estimator.h
|
| @@ -565,6 +565,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
|
|
|