| Index: net/base/network_quality_estimator.cc
|
| diff --git a/net/base/network_quality_estimator.cc b/net/base/network_quality_estimator.cc
|
| index 37cbcc0efe08f40589c770b2a89a0cdd1507ef7e..89b99f714484b105447276cfa1e8e0e9f3fef294 100644
|
| --- a/net/base/network_quality_estimator.cc
|
| +++ b/net/base/network_quality_estimator.cc
|
| @@ -912,6 +912,12 @@ void NetworkQualityEstimator::OnUpdatedRTTAvailable(
|
| }
|
| }
|
|
|
| +void NetworkQualityEstimator::WatcherReset() {
|
| + DCHECK(thread_checker_.CalledOnValidThread());
|
| + // Nothing needs to be done for RTT observations since NetworkQualityEstimator
|
| + // does not maintain any watcher-specific state.
|
| +}
|
| +
|
| void NetworkQualityEstimator::NotifyObserversOfRTT(
|
| const RttObservation& observation) {
|
| FOR_EACH_OBSERVER(
|
|
|