Index: tools/metrics/actions/actions.xml |
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
index 820924fbc9cea2e8b94f713f06231047d9da0abf..833b8b5b698da07cf954d8e7194ff61150cbb346 100644 |
--- a/tools/metrics/actions/actions.xml |
+++ b/tools/metrics/actions/actions.xml |
@@ -12389,6 +12389,16 @@ should be able to be added at any place in this file. |
</description> |
</action> |
+<action name="PasswordManager_ProcessingUpdate"> |
+ <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 updat it with the current password value. |
vasilii
2016/08/08 15:34:24
update
vabr (Chromium)
2016/08/09 12:19:52
Done.
|
+ </description> |
+</action> |
+ |
<action name="PasswordManager_RemovePasswordException"> |
<owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
<description>Please enter the description of this user action.</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"> |