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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2667983006: Add HTTP-specific metrics for password forms (Closed)
Patch Set: fix another histogram, add a comment 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_client.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 e14b164bc0ef8eb6b6cb6a6d4da6f358070cb7bd..e3df92ba8bb30cefabd378277604ced508934f54 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -44614,6 +44614,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PasswordManager.ActionsTakenOnNonSecureForm"
+ enum="PasswordManagerActionsTakenV3">
+ <owner>estark@chromium.org</owner>
+ <summary>
+ Stats documenting how we handle every form containing a password on a
+ non-secure page, bucketed by the actions taken.
+ </summary>
+</histogram>
+
<histogram name="PasswordManager.ActionsTakenV3"
enum="PasswordManagerActionsTakenV3">
<owner>vabr@chromium.org</owner>
@@ -45313,6 +45322,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PasswordManager.SubmittedNonSecureFormType"
+ enum="PasswordFormType">
+ <owner>estark@chromium.org</owner>
+ <summary>
+ The type (e.g. signup, login, change password) of all submitted password
+ forms on non-secure pages. This is logged on form submission, but doesn't
+ require that the password manager saves.
+ </summary>
+</histogram>
+
<histogram name="PasswordManager.SyncCredentialFiltered"
enum="CredentialFilteredType">
<owner>gcasto@chromium.org</owner>
« no previous file with comments | « components/password_manager/core/browser/password_manager_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698