Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1561)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2120683002: Fix up certificate error reporting histograms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove unused ios certificate_reporting dependency Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « net/http/transport_security_state_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 84a0cddca55924ed6434d98513875a9781327b4a..4ed7373b3003a3867c4665ef08b7df90937c020c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -29336,6 +29336,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Net.PublicKeyPinReportSendingFailure" enum="NetErrorCodes">
<owner>estark@chromium.org</owner>
+ <obsolete>
+ Deprecated as of 07/2016. Replaced with
+ Net.PublicKeyPinReportSendingFailure2.
+ </obsolete>
+ <summary>
+ A validated certificate chain may be subject to additional pinning
+ requirements on a per-domain basis. When pinning 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.PublicKeyPinReportSendingFailure2" 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 requirements are violated,
@@ -54842,8 +54856,29 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SSL.CertificateErrorReportFailure" enum="NetErrorCodes">
+ <owner>estark@chromium.org</owner>
+ <summary>
+ Users can opt in to send reports of certificate validation errors to Google.
+ This records the error code whenever Chrome fails to send such a report.
+ </summary>
+</histogram>
+
<histogram name="SSL.ExpectCTReportFailure" enum="NetErrorCodes">
<owner>estark@chromium.org</owner>
+ <obsolete>
+ Deprecated as of 07/2016. Replaced with SSL.ExpectCTReportFailure2.
+ </obsolete>
+ <summary>
+ Sites can opt in to Expect CT, a reporting feature that sends a report
+ whenever a TLS connection does not have valid Certificate Transparency
+ information associated with it. This records the error code when Chrome
+ fails to send an Expect CT report.
+ </summary>
+</histogram>
+
+<histogram name="SSL.ExpectCTReportFailure2" enum="NetErrorCodes">
+ <owner>estark@chromium.org</owner>
<summary>
Sites can opt in to Expect CT, a reporting feature that sends a report
whenever a TLS connection does not have valid Certificate Transparency
« no previous file with comments | « net/http/transport_security_state_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698