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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1099033004: Add a text/password field count metric for empty username forms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed counter. Created 5 years, 7 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/autofill/content/renderer/password_form_conversion_utils.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 ab123224f2860a2b8f78e77c1057028c1e7c0773..439751e7265f36fb2e3aadefa663e52bf6cde894 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -25700,6 +25700,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="PasswordManager.EmptyUsernames.TextAndPasswordFieldCount">
+ <owner>msramek@chromium.org</owner>
+ <owner>vasilii@chromium.org</owner>
+ <summary>
+ The total number of text and password fields for forms that do not have a
+ username field.
vabr (Chromium) 2015/05/12 11:06:11 Please also say that only forms with at least one
msramek 2015/05/12 11:27:03 I changed "forms" to "password forms", is that cle
vabr (Chromium) 2015/05/12 11:33:58 Acknowledged.
+ </summary>
+</histogram>
+
<histogram name="PasswordManager.EmptyUsernames.WithoutCorrespondingNonempty">
<owner>msramek@chromium.org</owner>
<owner>vasilii@chromium.org</owner>
« no previous file with comments | « components/autofill/content/renderer/password_form_conversion_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698