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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 253203002: Log operator code histogram on new metric log (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@api_move
Patch Set: addressed more comments. 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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index cfc3581269a74d8072089cca7303e4b63d669602..d430a053f540d6d426b78be4b7282816bf131264 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -10692,9 +10692,20 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<owner>marq@google.com</owner>
<summary>
The MCC (mobile country code) and MNC (mobile network code) of the network
- operator when the network connection is changed to a mobile network. Value
- zero means the connection is changed to a non-mobile network or the operator
- code is unknown.
+ operator when the network connection is changed to a mobile network. A value
+ of zero means the connection is changed to a non-mobile network or the
+ operator code is unknown.
+ </summary>
+</histogram>
+
+<histogram name="NCN.NetworkOperatorMCCMNC_NewMetricsLog">
+ <owner>bolian@chromium.org</owner>
+ <owner>bengr@google.com</owner>
+ <owner>marq@google.com</owner>
+ <summary>
+ The MCC (mobile country code) and MNC (mobile network code) of the network
+ operator when a new metrics log is created. A value of zero means the
+ connection is a non-mobile network or the operator code is unknown.
</summary>
</histogram>
« chrome/browser/metrics/metrics_service_observer.h ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698