Chromium Code Reviews| 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..a335e74e8144231bc09ee4f24ad9496ebca3e82a 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_ect_thresholds_[EFFECTIVE_CONNECTION_TYPE_LAST]; |
|
RyanSturm
2016/07/22 21:01:16
nit: s/default_ect_thresholds/default_effective_co
tbansal1
2016/07/22 21:35:50
Done.
|
| + |
| // 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 |