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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2678113002: Record UMA histogram when Form-Not-Secure warning is shown (Closed)
Patch Set: 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
« no previous file with comments | « components/password_manager/core/browser/password_manager_metrics_util.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 b97cf5a9720b7495e16e28f735db078fa08ecf38..ace3aa668446e8764fa650c5872f849c4c4da6e6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -45180,6 +45180,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PasswordManager.ShowedFormNotSecureWarningOnCurrentNavigation"
+ enum="BooleanShown">
+ <owner>estark@chromium.org</owner>
+ <summary>
+ Recorded (at most once per main-frame navigation) when a password form shows
+ a warning that the form is not secure.
+ </summary>
+</histogram>
+
<histogram name="PasswordManager.SignInPromo"
enum="PasswordBubbleSignInPromoDismissalReason">
<owner>vasilii@chromium.org</owner>
« no previous file with comments | « components/password_manager/core/browser/password_manager_metrics_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698