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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2665313002: Add a counter for clicking on Form-Not-Secure warnings (Closed)
Patch Set: Record UMA metrics for clicking on "Learn More" Created 3 years, 10 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 e14b164bc0ef8eb6b6cb6a6d4da6f358070cb7bd..3f89b3bd7218a2223c15d2006a5891c573d85e98 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3699,6 +3699,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Autofill.ShowHttpNotSecureExplanation" enum="BooleanShown">
+ <owner>estark@chromium.org</owner>
+ <summary>
+ Recorded every time the user selects the &quot;Login not secure&quot; or
+ &quot;Payment not secure&quot; warning autofill dropdown item to learn more
+ about the warning.
+ </summary>
+</histogram>
+
<histogram name="Autofill.StoredLocalCreditCardCount" units="cards">
<owner>mathp@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698