| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index b7615c8bb71a27c2063d4b974170768fa1b9e7da..95b08913eb54026185af8646635c909b31ee6d01 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -49999,6 +49999,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="SSL.ExpectCTReportFailure" 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
|
| + information associated with it. This records the error code when Chrome
|
| + fails to send an Expect CT report.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="SSL.InsecureContent" enum="InsecureContentType">
|
| <owner>lgarron@chromium.org</owner>
|
| <summary>
|
|
|