Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1960)

Unified Diff: chrome/browser/io_thread.cc

Issue 2593243003: Add network quality change events to net log (Closed)
Patch Set: rebased Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/io_thread.cc
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
index 943d6cb0bc5c6c181d8c3849d9f4ae63bc13fcb8..5da3e2c897a20dcb945984beefa36967b6336e75 100644
--- a/chrome/browser/io_thread.cc
+++ b/chrome/browser/io_thread.cc
@@ -565,7 +565,8 @@ void IOThread::Init() {
#endif // defined(OS_ANDROID)
// Pass ownership.
globals_->network_quality_estimator.reset(new net::NetworkQualityEstimator(
- std::move(external_estimate_provider), network_quality_estimator_params));
+ std::move(external_estimate_provider), network_quality_estimator_params,
+ net_log_));
UpdateDnsClientEnabled();
#if defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698