| Index: net/android/network_change_notifier_android.cc
|
| diff --git a/net/android/network_change_notifier_android.cc b/net/android/network_change_notifier_android.cc
|
| index cc98d5a339e132b4cb352b255f33bc35995fe2c3..45094d9a9ffa682f54c324704516d19bbad0fff7 100644
|
| --- a/net/android/network_change_notifier_android.cc
|
| +++ b/net/android/network_change_notifier_android.cc
|
| @@ -272,6 +272,7 @@ NetworkChangeNotifierAndroid::NetworkChangeCalculatorParamsAndroid() {
|
| }
|
|
|
| void NetworkChangeNotifierAndroid::OnFinalizingMetricsLogRecord() {
|
| + NetworkChangeNotifier::OnFinalizingMetricsLogRecord();
|
| // Metrics logged here will be included in every metrics log record. It's not
|
| // yet clear if these metrics are generally useful enough to warrant being
|
| // added to the SystemProfile proto, so they are logged here as histograms for
|
|
|