| Index: net/nqe/network_quality_estimator.cc
|
| diff --git a/net/nqe/network_quality_estimator.cc b/net/nqe/network_quality_estimator.cc
|
| index daa50cd7f4f09663b57660e92f621dc1980382c9..bc1b07847487ddbfd5341a1be0bda2568daa74cd 100644
|
| --- a/net/nqe/network_quality_estimator.cc
|
| +++ b/net/nqe/network_quality_estimator.cc
|
| @@ -326,8 +326,10 @@ NetworkQualityEstimator::NetworkQualityEstimator(
|
|
|
| watcher_factory_.reset(new nqe::internal::SocketWatcherFactory(
|
| base::ThreadTaskRunnerHandle::Get(),
|
| + nqe::internal::GetMinSocketWatcherNotificationInterval(variation_params),
|
| base::Bind(&NetworkQualityEstimator::OnUpdatedRTTAvailable,
|
| - base::Unretained(this))));
|
| + base::Unretained(this)),
|
| + tick_clock_.get()));
|
|
|
| // Record accuracy after a 15 second interval. The values used here must
|
| // remain in sync with the suffixes specified in
|
|
|