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

Unified Diff: net/base/network_change_notifier.cc

Issue 253203002: Log operator code histogram on new metric log (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@api_move
Patch Set: combine and rename metric name. Created 6 years, 7 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: net/base/network_change_notifier.cc
diff --git a/net/base/network_change_notifier.cc b/net/base/network_change_notifier.cc
index 11f9d363bac678a8329d41c5166b6914a14a619b..ec8eaf9e4817f0d6cbea78363bc2d73c25a6bd52 100644
--- a/net/base/network_change_notifier.cc
+++ b/net/base/network_change_notifier.cc
@@ -248,8 +248,7 @@ class HistogramWatcher
mcc_mnc = 0;
}
}
- UMA_HISTOGRAM_SPARSE_SLOWLY(
- "NCN.NetworkOperatorMCCMNC_ConnectionChange", mcc_mnc);
+ UMA_HISTOGRAM_SPARSE_SLOWLY("NCN.NetworkOperatorMCCMNC", mcc_mnc);
#endif
UMA_HISTOGRAM_MEDIUM_TIMES(

Powered by Google App Engine
This is Rietveld 408576698