New issue
Advanced search Search tips

Issue 883557 link

Starred by 2 users

Issue metadata

Status: Started
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

Support NetworkChangeNotifier::FinalizingMetricsLogRecord with network service

Project Member Reported by rmcelrath@chromium.org, Sep 12

Issue description

NetworkMetricsProvider, which lives in the browser process, currently calls NetworkChangeNotifier::FinalizingMetricsLogRecord (1), which we want to only live in the network process. FinalizingMetricsLogRecord only does anything on Android (2), where it sets the NCN.CellularConnectionSubtype histogram. We should figure out how/if to migrate this.

1: https://cs.chromium.org/chromium/src/components/metrics/net/network_metrics_provider.cc?l=185
2: https://cs.chromium.org/chromium/src/net/android/network_change_notifier_android.cc?l=235
 
Status: available (was: Untriaged)
Components: Internals>Network
Labels: OS-Android
Owner: juncai@chromium.org
Status: Assigned (was: Available)

Comment 5 by juncai@chromium.org, Today (13 hours ago)

Status: Started (was: Assigned)

Sign in to add a comment