Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index cfc3581269a74d8072089cca7303e4b63d669602..5aee82418e6788c972eb2c932969b587a4a97462 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -10698,6 +10698,17 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| </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. Value zero mean the connection |
|
bengr
2014/05/07 16:03:58
Value zero mean -> A value of zero means
bolian
2014/05/07 18:11:44
Done.
|
| + is a non-mobile network or the operator code is unknown. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Net.AlternateProtocolBrokenLocation" |
| enum="BrokenAlternateProtocolLocation"> |
| <owner>rch@chromium.org</owner> |