Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 5968cb7f0122b6f91e9ca17105d961f799db5853..3aaf3be02edc4ac398d0f9c4a80024e18e9878c9 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -13075,6 +13075,14 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| </summary> |
| </histogram> |
| +<histogram name="interstitial.ssl.good_cert_seen" enum="SSLGoodCertSeenEvent"> |
| + <owner>jww@chromium.org</owner> |
| + <summary> |
| + Records when a good certificate is seen after a user already gave an |
|
Mark P
2015/04/17 20:26:19
This still sounds awkward. Consider
Records -> Em
jww
2015/04/17 20:30:28
Done.
|
| + exception for a bad certificate for the same host. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="interstitial.ssl.severity_score.authority_invalid" units="%"> |
| <obsolete> |
| Deprecated Jan 2015 (M42). |
| @@ -62084,6 +62092,11 @@ To add a new entry, add it with any value and run test to compute valid value. |
| <int value="9" label="UNKNOWN"/> |
| </enum> |
| +<enum name="SSLGoodCertSeenEvent" type="int"> |
| + <int value="0" label="NO_PREVIOUS_EXCEPTION"/> |
| + <int value="1" label="HAD_PREVIOUS_EXCEPTION"/> |
| +</enum> |
| + |
| <enum name="SSLIsExpiredAndDecision" type="int"> |
| <int value="0" label="EXPIRED_AND_PROCEED"/> |
| <int value="1" label="EXPIRED_AND_DO_NOT_PROCEED"/> |