Index: tools/metrics/actions/actions.xml |
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
index 87e8eb72b0f34b4651f6b0a878aa0e98c30f62ca..e83ef499e63bfc236fe3ebd63e831f64b3ee6a11 100644 |
--- a/tools/metrics/actions/actions.xml |
+++ b/tools/metrics/actions/actions.xml |
@@ -902,6 +902,54 @@ 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>chrome-autofill@google.com</owner> |
Mathieu
2016/04/11 16:45:46
put your chromium email here
sebsg
2016/04/12 14:40:59
Done.
|
+ <description>A credit card suggestion was filled in a form.</description> |
+</action> |
+ |
+<action name="Autofill_FilledProfileSuggestion"> |
+ <owner>chrome-autofill@google.com</owner> |
+ <description>A profile suggestion was filled in a form.</description> |
+</action> |
+ |
+<action name="Autofill_FormSubmitted"> |
+ <owner>chrome-autofill@google.com</owner> |
+ <description>An autofillable form was submitted by the user.</description> |
+</action> |
+ |
+<action name="Autofill_PolledCreditCardSuggestions"> |
+ <owner>chrome-autofill@google.com</owner> |
+ <description> |
+ The user focused on an autofillable credit card field. |
+ </description> |
+</action> |
+ |
+<action name="Autofill_PolledProfileSuggestions"> |
+ <owner>chrome-autofill@google.com</owner> |
+ <description>The user focused on an autofillable profile field.</description> |
+</action> |
+ |
+<action name="Autofill_SelectedSuggestion"> |
+ <owner>chrome-autofill@google.com</owner> |
+ <description> |
+ The user selected one of the proposed Autofill suggestions. |
+ </description> |
+</action> |
+ |
+<action name="Autofill_ShowedCreditCardSuggestions"> |
+ <owner>chrome-autofill@google.com</owner> |
+ <description> |
+ The autofill credit card suggestions popup was shown to the user. |
+ </description> |
+</action> |
+ |
+<action name="Autofill_ShowedProfileSuggestions"> |
+ <owner>chrome-autofill@google.com</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> |