| Index: net/nqe/network_quality_estimator.h
|
| diff --git a/net/nqe/network_quality_estimator.h b/net/nqe/network_quality_estimator.h
|
| index b56521c24ceeb049eeb6a5b391f03f39ffbe42e4..e003654bb7e6da2b79efd21d07aac2e85fba8924 100644
|
| --- a/net/nqe/network_quality_estimator.h
|
| +++ b/net/nqe/network_quality_estimator.h
|
| @@ -772,6 +772,16 @@ class NET_EXPORT NetworkQualityEstimator
|
| // Manages the writing of events to the net log.
|
| nqe::internal::EventCreator event_creator_;
|
|
|
| + // Vector that contains observation sources that should not be used when
|
| + // computing the estimate at HTTP layer.
|
| + const std::vector<NetworkQualityObservationSource>
|
| + disallowed_observation_sources_for_http_;
|
| +
|
| + // Vector that contains observation sources that should not be used when
|
| + // computing the estimate at transport layer.
|
| + const std::vector<NetworkQualityObservationSource>
|
| + disallowed_observation_sources_for_transport_;
|
| +
|
| base::WeakPtrFactory<NetworkQualityEstimator> weak_ptr_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(NetworkQualityEstimator);
|
|
|