| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index 820924fbc9cea2e8b94f713f06231047d9da0abf..6efd929b89643927d94e578498d03f22e44048e1 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -12380,6 +12380,16 @@ should be able to be added at any place in this file.
|
| </description>
|
| </action>
|
|
|
| +<action name="PasswordManager_LoginFollowingAutofill">
|
| + <owner>vabr@chromium.org</owner>
|
| + <owner>vasilii@chromium.org</owner>
|
| + <description>
|
| + The user logged in successfully with a credential originally filled by
|
| + Chrome, and either did not change the stored password at all, or authorized
|
| + Chrome to update it with the current password value.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="PasswordManager_LoginPassed">
|
| <owner>vasilii@chromium.org</owner>
|
| <description>
|
| @@ -12399,6 +12409,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_SyncCredentialFilledAndLoginSuccessfull">
|
| + <owner>vabr@chromium.org</owner>
|
| + <owner>vasilii@chromium.org</owner>
|
| + <description>
|
| + Counts the number of times when Chrome fills the user's sync account
|
| + credentials, and the user logs in successfully after submitting them.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="PasswordManager_SyncCredentialShown">
|
| <owner>gcasto@chromium.org</owner>
|
| <owner>vabr@chromium.org</owner>
|
| @@ -12415,6 +12434,7 @@ should be able to be added at any place in this file.
|
| Counts the number of times a user submits an autofilled credential which
|
| matches their sync account.
|
| </description>
|
| + <obsolete>Counted the wrong thing, http://crbug.com/635428</obsolete>
|
| </action>
|
|
|
| <action name="PasswordManager_UsedNonDefaultUsername">
|
|
|