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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2890423002: Metrics for submission event when a user accepts save/update prompt. (Closed)
Patch Set: Created 3 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/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 22e2dbc85c346c590054c7191e3e9c858ed8153d..52a60f8f262a4272921e7fb597c342adc97ac46f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -49308,6 +49308,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PasswordManager.AcceptedSaveUpdateSubmissionIndicatorEvent"
+ enum="SubmissionIndicatorEvent">
+ <owner>dvadym@chromium.org</owner>
+ <owner>vasilii@chromium.org</owner>
+ <summary>
+ The type of event that the Password Manager used for detecting a password
+ form submission for save or update a password. Recorded each time when by a
Ilya Sherman 2017/05/19 21:11:16 nit: s/each time when by/each time
Ilya Sherman 2017/05/19 21:11:16 nit: s/for save or update/when saving or updating
dvadym 2017/05/22 08:57:09 Done.
dvadym 2017/05/22 08:57:10 Done.
+ user accepts a password save/update prompt.
+ </summary>
+</histogram>
+
<histogram name="PasswordManager.AccountChooserDialog"
enum="AccountChooserDismissalReason">
<obsolete>
« 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