Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 5dfbe96144e13d334d29af148d37a16f09459d49..6c61f8af495c547344012da1a7e0cd27e389e0af 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -6725,6 +6725,14 @@ other types of suffix sets. |
| <summary>The time to generate an NTLM HTTP authentication token.</summary> |
| </histogram> |
| +<histogram name="Net.CertCommonNameFallback" enum="BooleanSuccess"> |
| + <summary> |
| + Whether certificate hostname matching had to fall back to using the |
|
jar (doing other things)
2013/10/17 16:44:45
nit: I'm not sure what "success" or "failed" would
|
| + certificate's Common Name because it lacked the subjectAltName extension or |
| + lacked any DNS or IP subjectAltNames. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Net.CertificatePinSuccess" enum="BooleanSuccess"> |
| <obsolete> |
| Renamed to Net.PublicKeyPinSuccess 28 Oct 2011. |