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

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

Issue 549363002: Add histograms to record the severity scores for certain SSL errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use else if. Created 6 years, 3 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/browser/ssl/ssl_error_classification.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 59a6a1d393cc10f35cfddde79e6f9b16d858dc04..15ab3f43a627ea652932eecdacf1c66e3b68cc2c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -10519,6 +10519,20 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="interstitial.ssl.severity_score.common_name_invalid" units="%">
+ <owner>felt@chromium.org</owner>
+ <summary>
+ The likelihood of a |CERT_COMMON_NAME_INVALID| error being an attack.
+ </summary>
+</histogram>
+
+<histogram name="interstitial.ssl.severity_score.date_invalid" units="%">
+ <owner>felt@chromium.org</owner>
+ <summary>
+ The likelihood of a |CERT_DATE_INVALID| error being an attack.
+ </summary>
+</histogram>
+
<histogram name="interstitial.ssl_accept_time" units="milliseconds">
<obsolete>
Removed on 8/1/13.
« no previous file with comments | « chrome/browser/ssl/ssl_error_classification.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698