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

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: fix null dereference 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
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
+ &quot;pinning&quot; 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>

Powered by Google App Engine
This is Rietveld 408576698