| Index: net/nqe/network_quality_estimator.cc
|
| diff --git a/net/nqe/network_quality_estimator.cc b/net/nqe/network_quality_estimator.cc
|
| index 807a5423cd58a966b59dce1a23c7ebee0aa8bda8..6c2fb14b13c5db40fdffdd5c33e771efc045568f 100644
|
| --- a/net/nqe/network_quality_estimator.cc
|
| +++ b/net/nqe/network_quality_estimator.cc
|
| @@ -317,8 +317,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
|
|
|