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

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, 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 | « 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 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">
Ilya Sherman 2017/04/26 00:14:33 This enum has roughly opposite labels to what's be
martinkr 2017/04/26 00:57:03 How about adding "Present" to emphasize that this
+ <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.
Ilya Sherman 2017/04/26 00:14:33 Please document when this is recorded.
martinkr 2017/04/26 00:57:03 Done.
+ </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