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

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: Created 4 years, 6 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index f670feb2cc201041ee526132224d7bf42636721b..ade7e0504ef1bcb970dc0b66e7552fbdc78ec52f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -54513,6 +54513,14 @@ 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>
<summary>
« components/certificate_reporting/DEPS ('K') | « 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