Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 6b9188a6fcd9baecf616ba08e3afb8660b463272..0fd088b5763e0d4fe23a07ee846899e382b5a122 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -19142,6 +19142,13 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
<summary>The SSL/TLS cipher suite that was negotiated.</summary> |
</histogram> |
+<histogram name="Net.SSL_Connection_Error" enum="NetErrorCodes"> |
+ <owner>agl@chromium.org</owner> |
+ <summary> |
+ Counts of specific error codes returned when opening an SSL connection. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Net.SSL_Connection_Latency" units="milliseconds"> |
<obsolete> |
Replaced by Net.SSL_Connection_Latency_2 on 2014-10-21. |