Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index aa42626dc1ab8102a3534f90a52038c183525fce..1016cdbe97465e0918b844b99fa6a1f734364e7e 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -27042,6 +27042,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="Net.PublicKeyPinReportSendingFailure" enum="NetErrorCodes"> |
| + <owner>estark@chromium.org</owner> |
| + <summary> |
| + A validated certificate chain may be subject to additional |
| + "pinning" requirements on a per-domain basis. When pinning |
|
eroman
2016/04/02 01:55:25
not sure that quote marks are needed around pinnin
estark
2016/04/05 00:57:30
Done.
|
| + requirements are violated, Chrome attempts to send a report about the |
| + incident. This records the net error code when sending a pinning violation |
| + report fails. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Net.PublicKeyPinSuccess" enum="BooleanSuccess"> |
| <owner>agl@chromium.org</owner> |
| <summary> |