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

Unified Diff: android_webview/browser/aw_metrics_service_client.cc

Issue 2605553002: Add EffectiveConnectionType enum to the system profile proto (Closed)
Patch Set: Update proto, Use interface, pass in ctor 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: android_webview/browser/aw_metrics_service_client.cc
diff --git a/android_webview/browser/aw_metrics_service_client.cc b/android_webview/browser/aw_metrics_service_client.cc
index 588818d005991d6077e50ab7122598e8efb6c2e0..14c7c622abbfc50646db69d1bff9f3804d51dec1 100644
--- a/android_webview/browser/aw_metrics_service_client.cc
+++ b/android_webview/browser/aw_metrics_service_client.cc
@@ -108,6 +108,8 @@ void AwMetricsServiceClient::InitializeWithGUID(std::string* guid) {
metrics_service_->RegisterMetricsProvider(
std::unique_ptr<metrics::MetricsProvider>(
new metrics::NetworkMetricsProvider(
+ nullptr /* network_quality_task_runner */,
+ nullptr /* network_quality_estimator_provider */,
content::BrowserThread::GetBlockingPool())));
metrics_service_->RegisterMetricsProvider(

Powered by Google App Engine
This is Rietveld 408576698