| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 778bde8307e04d91858887fe90fe838ec55fbd2d..18bcb50b41956358094eabdc4c653c10997eba42 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -30556,6 +30556,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Net.CertificateTransparency.InclusionCheckResult"
|
| + enum="CTLogEntryInclusionCheckResult">
|
| + <owner>eranm@chromium.org</owner>
|
| + <summary>
|
| + The result of an inclusion check for a Certificate Transparency log entry
|
| + (composed of a TLS certificate observed together with Signed Certificate
|
| + Timestamps). Emitted once per (TLS certificate, Signed Certificate
|
| + Timestamp) pair observed and checked for inclusion (check results are
|
| + cached).
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Net.CertificateTransparency.MainFrameValidSCTCount">
|
| <owner>eranm@chromium.org</owner>
|
| <summary>
|
| @@ -82840,6 +82852,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <int value="194" label="TSS Error Unknown Error"/>
|
| </enum>
|
|
|
| +<enum name="CTLogEntryInclusionCheckResult" type="int">
|
| + <int value="0" label="Obtained valid inclusion proof"/>
|
| + <int value="1" label="Failed getting inclusion proof"/>
|
| + <int value="2" label="Obtained inclusion proof is invalid"/>
|
| +</enum>
|
| +
|
| <enum name="CTRequirementCompliance" type="int">
|
| <obsolete>
|
| Deprecated 1/2016.
|
|
|