Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index decb3dd57cd8e45e90437347d2984549e76d7aba..52236bb917264fb3da35c2ed9492f79cee8dfd51 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -10579,6 +10579,17 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| <summary>The scheme of the URL for each main-frame navigation.</summary> |
| </histogram> |
| +<histogram name="NCN.NetworkOperatorMCCMNC" units="count"> |
|
Ilya Sherman
2014/04/26 02:29:12
nit: No need for such a generic unit. Units are n
bolian
2014/04/28 18:07:55
Done.
|
| + <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. Each MCC and MNC has three digits. If the decimal integer has |
| + less than six digits, read it as prefix padding it with zeros. |
|
Ilya Sherman
2014/04/26 02:29:12
nit: There are several doubled-up spaces that shou
Ilya Sherman
2014/04/26 02:29:12
I don't see how the decimal integer could have les
bolian
2014/04/28 18:07:55
Done.
bolian
2014/04/28 18:07:55
I was thinking the case when MCC is 001, so when c
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Net.AlternateProtocolBrokenLocation" |
| enum="BrokenAlternateProtocolLocation"> |
| <owner>rch@chromium.org</owner> |