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

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

Issue 2753123002: Add --ignore-certificate-errors-spki-list switch and UMA histogram. (Closed)
Patch Set: Add --ignore-certificate-errors-spki-list switch and UMA histogram. Created 3 years, 7 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 | « chrome/test/BUILD.gn ('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 504a45653236ff4371f5c81eda73dbe37d40ea3a..746d352b952d2b31bbac31a898c3108509ec6b70 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -33613,6 +33613,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.Certificate.IgnoreCertificateErrorsSPKIListPresent"
+ enum="BooleanPresent">
+ <owner>martinkr@google.com</owner>
+ <summary>
+ Whether certificate validation was disabled for a set of public keys because
+ the --ignore-certificate-errors-spki-list switch was set on startup.
+ </summary>
+</histogram>
+
<histogram name="Net.Certificate.IgnoreErrors" enum="BooleanEnabled">
<owner>martinkr@google.com</owner>
<summary>
« no previous file with comments | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698