| Index: net/base/network_quality_estimator.h
|
| diff --git a/net/base/network_quality_estimator.h b/net/base/network_quality_estimator.h
|
| index 5ff9bd7354027850bc243ddd1c4351cbc40cb11c..4aefa555cc42ffcc71b97a112c24db9430d8bcff 100644
|
| --- a/net/base/network_quality_estimator.h
|
| +++ b/net/base/network_quality_estimator.h
|
| @@ -574,6 +574,9 @@ class NET_EXPORT_PRIVATE NetworkQualityEstimator
|
| // network quality. Set to true only for tests.
|
| const bool allow_small_responses_;
|
|
|
| + // The factor by which the weight of an observation reduces every second.
|
| + const double weight_multiplier_per_second_;
|
| +
|
| // Time when last connection change was observed.
|
| base::TimeTicks last_connection_change_;
|
|
|
|
|