Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index b21b4d026a4791408a64a241d79c9dbaa3370e8e..0de7959b4eb5da3a10a542f93f60edf61a3de7a0 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -26503,6 +26503,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="Net.CertificateTransparency.CanInclusionCheckSCT" |
| + enum="Boolean"> |
|
Alexei Svitkine (slow)
2016/07/18 15:03:57
Define a more specific enum, like BooleanCovered o
Eran Messeri
2016/07/20 11:02:17
Done.
|
| + <owner>eranm@chromium.org</owner> |
| + <summary> |
| + Whether an observed Signed Certificate Timestamp (SCT) is covered by the |
| + Signed Tree Head (STH) currently known to this client, meaning the timestamp |
| + from the SCT is less than the timestamp from the STH + the log's Maximum |
| + Merge Delay (24 hours). In that case it can be checked for inclusion |
| + immediately without waiting for a new STH. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Net.CertificateTransparency.MainFrameValidSCTCount"> |
| <owner>eranm@chromium.org</owner> |
| <summary> |