| Index: net/nqe/network_quality_estimator.h
|
| diff --git a/net/nqe/network_quality_estimator.h b/net/nqe/network_quality_estimator.h
|
| index 04329ef134fb7b1148715fbca9f3da63c66efdc9..b2f0d79e3874be78a9dc3f4832839b61fa0c2b5f 100644
|
| --- a/net/nqe/network_quality_estimator.h
|
| +++ b/net/nqe/network_quality_estimator.h
|
| @@ -561,6 +561,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
|
|
|