Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 60f301efb0e27b52649771cf18b8f798fddccf53..3f12135e44f4b9e52da6e3e97743555dc526e638 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -19152,6 +19152,14 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| </summary> |
| </histogram> |
| +<histogram name="Net.SSL_Connection_Error_Google" enum="NetErrorCodes"> |
| + <owner>agl@chromium.org</owner> |
|
Ryan Sleevi
2015/01/30 22:11:32
You wrote this code, you own it.
|
| + <summary> |
| + Counts of specific error codes returned when opening an SSL connection on |
| + google.com and any subdomain of it. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Net.SSL_Connection_Latency" units="milliseconds"> |
| <obsolete> |
| Replaced by Net.SSL_Connection_Latency_2 on 2014-10-21. |