| Index: net/nqe/network_quality_estimator.h
|
| diff --git a/net/nqe/network_quality_estimator.h b/net/nqe/network_quality_estimator.h
|
| index bdf8488c6b1429d84bc039b824460390515952e2..f136825b09197ca5a5dcf960bbf317348f0c7af8 100644
|
| --- a/net/nqe/network_quality_estimator.h
|
| +++ b/net/nqe/network_quality_estimator.h
|
| @@ -470,6 +470,8 @@ class NET_EXPORT NetworkQualityEstimator
|
| TypicalNetworkQualities);
|
| FRIEND_TEST_ALL_PREFIXES(NetworkQualityEstimatorTest,
|
| OnPrefsReadWithReadingDisabled);
|
| + FRIEND_TEST_ALL_PREFIXES(NetworkQualityEstimatorTest,
|
| + ForceEffectiveConnectionTypeThroughFieldTrial);
|
|
|
| // Value of round trip time observations is in base::TimeDelta.
|
| typedef nqe::internal::Observation<base::TimeDelta> RttObservation;
|
|
|