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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2859243004: Add metrics for PasswordForm submission types (Closed)
Patch Set: Test added 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
« tools/metrics/histograms/enums.xml ('K') | « tools/metrics/histograms/enums.xml ('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 8b5dd5c804e344df612a0a8530a124c680d98038..90ed122885b7b0e8d167bd9028af2d1627c52940 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -49632,6 +49632,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PasswordManager.SuccessfulSubmissionEvent"
+ enum="PasswordSubmissionEventType">
+ <owner>dvadym@chromium.org</owner>
+ <owner>engedy@chromium.org</owner>
+ <summary>
+ The type of event which Password Manager used for detecting a successful
engedy 2017/05/09 22:02:59 wording nit: s/which/that the/
dvadym 2017/05/10 12:10:12 Done.
+ password form submission.
+ </summary>
+</histogram>
+
<histogram name="PasswordManager.SyncCredentialFiltered"
enum="CredentialFilteredType">
<owner>gcasto@chromium.org</owner>
« tools/metrics/histograms/enums.xml ('K') | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698