Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index f670feb2cc201041ee526132224d7bf42636721b..7e9c30afdead8af3362bdfc100d52a16e2782144 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -29141,6 +29141,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
requirements on a per-domain basis. When pinning requirements are violated, |
Chrome attempts to send a report about the incident. This records the net |
error code when sending a pinning violation report fails. |
+ |
+ In M53 and earlier, the recorded error code was a negative integer; in M54 |
+ and later, the error code is positive. |
Mark P
2016/07/08 17:50:58
I don't like this solution.
Here's why: after thi
|
</summary> |
</histogram> |
@@ -54513,6 +54516,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="SSL.CertificateErrorReportFailure" enum="NetErrorCodes"> |
+ <owner>estark@chromium.org</owner> |
+ <summary> |
+ Users can opt in to send reports of certificate validation errors to Google. |
+ This records the error code whenever Chrome fails to send such a report. |
+ </summary> |
+</histogram> |
+ |
<histogram name="SSL.ExpectCTReportFailure" enum="NetErrorCodes"> |
<owner>estark@chromium.org</owner> |
<summary> |
@@ -54520,6 +54531,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
whenever a TLS connection does not have valid Certificate Transparency |
information associated with it. This records the error code when Chrome |
fails to send an Expect CT report. |
+ |
+ In M53 and earlier, the recorded error code was a negative integer; in M54 |
+ and later, the error code is positive. |
</summary> |
</histogram> |