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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1850853004: Use CertificateReportSender error callback to record HPKP UMA metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: eroman comments Created 4 years, 8 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/url_request/url_request_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 4b6478c8ec1973871c005461667d5fb6776aac61..67129d3a6dfc1be2187a5a44bea0fa55a2f68b08 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -27102,6 +27102,16 @@ 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 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>
« no previous file with comments | « net/url_request/url_request_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698