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

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

Issue 2670733002: Record UMA histogram when Form-Not-Secure warning is shown (Closed)
Patch Set: rebase Created 3 years, 11 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 186aa8292df8b74a7ed4768bae0df40958c6796d..25e02d82dd501d7b4a2d8fc34a020a7934ed7aa9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -45385,6 +45385,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