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

Unified Diff: net/android/network_change_notifier_android.cc

Issue 2814473002: Move HttpStreamFactoryImpl::JobController UMA to a schedule upload (Closed)
Patch Set: add test Created 3 years, 8 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
« no previous file with comments | « no previous file | net/base/network_change_notifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | net/base/network_change_notifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698