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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 476513002: Add UMA histogram to count hard revokes of user certificate error decisions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 986592bf8fe2cd1823ec2dff83a7eafa939cf9e4..1c99b2f1237ef79f00f9a0a8bc5b9c60bd23cb0d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -10264,6 +10264,16 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="interstitial.ssl.revoke_user_decisions_hard">
+ <owner>jww@chromium.org</owner>
+ <summary>
+ Counts the number of times there is a hard revoke of user certificate error
+ decisions. This can be done from the connections tab of the site info dialog
+ in the user is in the &quot;Remember Certificate Error Decisions&quot;
+ experiment.
+ </summary>
+</histogram>
+
<histogram name="interstitial.ssl_accept_time" units="milliseconds">
<obsolete>
Removed on 8/1/13.

Powered by Google App Engine
This is Rietveld 408576698