| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index e4e7efd9b71d726292d966fc76d04cb5dd6f01e5..a1dc639ecefdc3d50e7736c315d4fba13eb0208e 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -1563,6 +1563,15 @@ should be able to be added at any place in this file.
|
| </description>
|
| </action>
|
|
|
| +<action name="Autofill_ShowedHttpNotSecureExplanation">
|
| + <owner>estark@chromium.org</owner>
|
| + <description>
|
| + This user action is logged when the user selects a "Login not
|
| + secure" or "Payment not secure" warning item in the autofill
|
| + dropdown to show more information about the warning.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="Autofill_ShowedProfileSuggestions">
|
| <owner>sebsg@chromium.org</owner>
|
| <description>
|
| @@ -13236,6 +13245,15 @@ 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="PasswordManager_ShowedHttpNotSecureExplanation">
|
| + <owner>estark@chromium.org</owner>
|
| + <description>
|
| + The user selected the "Login not secure" or "Form not
|
| + secure" item in the password manager autofill dropdown to show more
|
| + information about the warning.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="PasswordManager_SyncCredentialFilledAndLoginSuccessfull">
|
| <owner>vabr@chromium.org</owner>
|
| <owner>vasilii@chromium.org</owner>
|
|
|