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

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: Rebase on ToT 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/ui/website_settings/website_settings.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 03c38b4031ba17ab8655eac85b1f76ab066caf01..223b242604ef1bc844fe9ff424a2be473a76155b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -10478,6 +10478,17 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="interstitial.ssl.did_user_revoke_decisions"
+ enum="BooleanRevoked">
+ <owner>jww@chromium.org</owner>
+ <summary>
+ Specifies when a user enters the page info menu whether or not the user
+ pressed the SSL decisions revoke button. This can only by done if the user
+ is in the &quot;Remember Certificate Error Decisions&quot; experiment. This
+ is logged when the page info UI is closed.
+ </summary>
+</histogram>
+
<histogram name="interstitial.ssl.expiration_and_decision.nonoverridable"
enum="SSLIsExpiredAndDecision">
<owner>jww@chromium.org</owner>
@@ -38156,6 +38167,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="1" label="Reported"/>
</enum>
+<enum name="BooleanRevoked" type="int">
+ <int value="0" label="Not revoked"/>
+ <int value="1" label="Revoked"/>
+</enum>
+
<enum name="BooleanSelected" type="int">
<int value="0" label="No selection"/>
<int value="1" label="Selected"/>
« no previous file with comments | « chrome/browser/ui/website_settings/website_settings.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698