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..be64f6a7ae4397103275089238d36a2537254aea 100644 |
--- a/net/base/network_quality_estimator.cc |
+++ b/net/base/network_quality_estimator.cc |
@@ -912,6 +912,10 @@ void NetworkQualityEstimator::OnUpdatedRTTAvailable( |
} |
} |
+void NetworkQualityEstimator::OnWatcherReset() { |
+ DCHECK(thread_checker_.CalledOnValidThread()); |
bengr
2016/02/08 18:51:14
Add a comment that nothing needs to be reset for R
tbansal1
2016/02/08 21:33:26
Done.
|
+} |
+ |
void NetworkQualityEstimator::NotifyObserversOfRTT( |
const RttObservation& observation) { |
FOR_EACH_OBSERVER( |