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

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

Issue 2675133004: Add HTTP-specific metrics for password forms (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_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 2500cffc3b898f347991816f3f717ccd8f31a748..b97cf5a9720b7495e16e28f735db078fa08ecf38 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -44557,6 +44557,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>
@@ -45255,6 +45264,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