Chromium Code Reviews| Index: tools/metrics/actions/actions.xml |
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
| index a4f26ab5bd26ddcd14c58d3f2eabd1e3dbf8a1ad..0dcaa78d161811db237c3eae22e0d3fb27f70f39 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -1009,10 +1009,44 @@ should be able to be added at any place in this file. |
| </description> |
| </action> |
| -<action name="Autofill_FormSubmitted"> |
|
rkaplow
2016/06/30 18:30:51
leave this and mark as obsolete
sebsg
2016/06/30 18:39:24
Done.
|
| +<action name="Autofill_FormSubmitted_FilledAll"> |
| <owner>sebsg@chromium.org</owner> |
| <description> |
| - This user action is logged when Autofill detects a form submission. |
| + This user action is logged when Autofill detects a form submission for a |
| + form where all the fields were autofilled. |
| + </description> |
| +</action> |
| + |
| +<action name="Autofill_FormSubmitted_FilledNone_SuggestionsNotShown"> |
| + <owner>sebsg@chromium.org</owner> |
| + <description> |
| + This user action is logged when Autofill detects a form submission for a |
| + form where Autofill suggestions were not shown. |
| + </description> |
| +</action> |
| + |
| +<action name="Autofill_FormSubmitted_FilledNone_SuggestionsShown"> |
| + <owner>sebsg@chromium.org</owner> |
| + <description> |
| + This user action is logged when Autofill detects a form submission for a |
| + form where an Autofill suggestion was shown but no fields were filled. |
| + </description> |
| +</action> |
| + |
| +<action name="Autofill_FormSubmitted_FilledSome"> |
| + <owner>sebsg@chromium.org</owner> |
| + <description> |
| + This user action is logged when Autofill detects a form submission for a |
| + form where some field were filled. |
| + </description> |
| +</action> |
| + |
| +<action name="Autofill_FormSubmitted_NonFillable"> |
| + <owner>sebsg@chromium.org</owner> |
| + <description> |
| + This user action is logged when Autofill detects a form submission for a |
| + form that is not Autofillable or for a form that was filled with new |
| + information that Autofill could not predict. |
| </description> |
| </action> |