| Index: net/nqe/network_quality_estimator.h
|
| diff --git a/net/nqe/network_quality_estimator.h b/net/nqe/network_quality_estimator.h
|
| index e4a9d97471a3e487e4987df663d54f3375c8960f..72fc3cf6a74c937319b8f7d67c36754cc26da7d4 100644
|
| --- a/net/nqe/network_quality_estimator.h
|
| +++ b/net/nqe/network_quality_estimator.h
|
| @@ -390,6 +390,8 @@ class NET_EXPORT NetworkQualityEstimator
|
| UnknownEffectiveConnectionType);
|
| FRIEND_TEST_ALL_PREFIXES(NetworkQualityEstimatorTest,
|
| TypicalNetworkQualities);
|
| + FRIEND_TEST_ALL_PREFIXES(NetworkQualityEstimatorTest,
|
| + OnPrefsReadWithReadingDisabled);
|
|
|
| // Value of round trip time observations is in base::TimeDelta.
|
| typedef nqe::internal::Observation<base::TimeDelta> RttObservation;
|
| @@ -753,6 +755,9 @@ class NET_EXPORT NetworkQualityEstimator
|
| const bool forced_effective_connection_type_set_;
|
| const EffectiveConnectionType forced_effective_connection_type_;
|
|
|
| + // Set to true if reading of the network quality prefs is enabled.
|
| + const bool persistent_cache_reading_enabled_;
|
| +
|
| base::ThreadChecker thread_checker_;
|
|
|
| base::WeakPtrFactory<NetworkQualityEstimator> weak_ptr_factory_;
|
|
|