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

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

Issue 1874493002: [Autofill] Add user actions for checkout flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 4 years, 8 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:
View side-by-side diff with in-line comments
Download patch
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 87e8eb72b0f34b4651f6b0a878aa0e98c30f62ca..3a9598a049e2069cacc189e4f74b4af940329341 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -902,6 +902,59 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description>
</action>
+<action name="Autofill_FilledCreditCardSuggestion">
+ <owner>sebsg@chromium.org</owner>
+ <description>A credit card suggestion was filled in a form.</description>
+</action>
+
+<action name="Autofill_FilledProfileSuggestion">
+ <owner>sebsg@chromium.org</owner>
+ <description>A profile suggestion was filled in a form.</description>
+</action>
+
+<action name="Autofill_FormSubmitted">
+ <owner>sebsg@chromium.org</owner>
+ <description>An autofillable form was submitted by the user.</description>
+</action>
+
+<action name="Autofill_OnWillSubmitForm">
+ <owner>sebsg@chromium.org</owner>
+ <description>An autofillable form will be submitted by the user.</description>
+</action>
+
+<action name="Autofill_PolledCreditCardSuggestions">
+ <owner>sebsg@chromium.org</owner>
+ <description>
+ The user focused on an autofillable credit card field.
+ </description>
+</action>
+
+<action name="Autofill_PolledProfileSuggestions">
+ <owner>sebsg@chromium.org</owner>
+ <description>The user focused on an autofillable profile field.</description>
+</action>
+
+<action name="Autofill_SelectedSuggestion">
+ <owner>sebsg@chromium.org</owner>
+ <description>
+ The user selected one of the proposed Autofill suggestions.
+ </description>
+</action>
+
+<action name="Autofill_ShowedCreditCardSuggestions">
+ <owner>sebsg@chromium.org</owner>
+ <description>
+ The autofill credit card suggestions popup was shown to the user.
+ </description>
+</action>
+
+<action name="Autofill_ShowedProfileSuggestions">
+ <owner>sebsg@chromium.org</owner>
+ <description>
+ The autofill profile suggestions popup was shown to the user.
+ </description>
+</action>
+
<action name="AutomaticReset_WebUIBanner_BannerShown">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>

Powered by Google App Engine
This is Rietveld 408576698