| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 84a0cddca55924ed6434d98513875a9781327b4a..4ed7373b3003a3867c4665ef08b7df90937c020c 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -29336,6 +29336,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
|
|
| <histogram name="Net.PublicKeyPinReportSendingFailure" enum="NetErrorCodes">
|
| <owner>estark@chromium.org</owner>
|
| + <obsolete>
|
| + Deprecated as of 07/2016. Replaced with
|
| + Net.PublicKeyPinReportSendingFailure2.
|
| + </obsolete>
|
| + <summary>
|
| + A validated certificate chain may be subject to additional pinning
|
| + 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.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Net.PublicKeyPinReportSendingFailure2" enum="NetErrorCodes">
|
| + <owner>estark@chromium.org</owner>
|
| <summary>
|
| A validated certificate chain may be subject to additional pinning
|
| requirements on a per-domain basis. When pinning requirements are violated,
|
| @@ -54842,8 +54856,29 @@ 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>
|
| + <obsolete>
|
| + Deprecated as of 07/2016. Replaced with SSL.ExpectCTReportFailure2.
|
| + </obsolete>
|
| + <summary>
|
| + Sites can opt in to Expect CT, a reporting feature that sends a report
|
| + 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.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="SSL.ExpectCTReportFailure2" enum="NetErrorCodes">
|
| + <owner>estark@chromium.org</owner>
|
| <summary>
|
| Sites can opt in to Expect CT, a reporting feature that sends a report
|
| whenever a TLS connection does not have valid Certificate Transparency
|
|
|