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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2753123002: Add --ignore-certificate-errors-spki-list switch and UMA histogram. (Closed)
Patch Set: Created 3 years, 9 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 a9161fccf87273ba6849d47cc82dfe9844199e0b..87c16a8c3dc244a1ecbcd932f2f331e874e5a786 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -31679,6 +31679,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.Certificate.IgnoreCertificateErrorsSPKIList"
+ enum="BooleanEnabled">
+ <owner>martinkr@google.com</owner>
+ <summary>
+ Whether certificate validation was disabled for a set of public keys via the
+ --ignore-certificate-errors-spki-list flag.
+ </summary>
+</histogram>
+
<histogram name="Net.Certificate.IgnoreErrors" enum="BooleanEnabled">
<owner>martinkr@google.com</owner>
<summary>
« net/http/http_stream_factory_impl_job.cc ('K') | « net/http/http_stream_factory_impl_job.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698