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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2120683002: Fix up certificate error reporting histograms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: components/BUILD.gn fix, don't build unit tests on iOS 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 f670feb2cc201041ee526132224d7bf42636721b..7e9c30afdead8af3362bdfc100d52a16e2782144 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -29141,6 +29141,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
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.
+
+ In M53 and earlier, the recorded error code was a negative integer; in M54
+ and later, the error code is positive.
Mark P 2016/07/08 17:50:58 I don't like this solution. Here's why: after thi
</summary>
</histogram>
@@ -54513,6 +54516,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>
@@ -54520,6 +54531,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
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.
+
+ In M53 and earlier, the recorded error code was a negative integer; in M54
+ and later, the error code is positive.
</summary>
</histogram>
« 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