Index: tools/metrics/actions/actions.xml |
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
index 896d6c0982de7c6b85577e735a6c898ee9ce8c11..673aeb14dce0c6de2ccb1c5f68c061e8474a85af 100644 |
--- a/tools/metrics/actions/actions.xml |
+++ b/tools/metrics/actions/actions.xml |
@@ -2262,6 +2262,28 @@ should be able to be added at any place in this file. |
<obsolete>This permission has been moved to the chrome layer.</obsolete> |
</action> |
+<action name="CMAPI_AccountChooser_Click"> |
Ilya Sherman
2016/06/30 21:11:35
nit: Please spell out "Credential Manager" -- "CMA
vasilii
2016/07/01 12:58:59
Done.
|
+ <owner>vasilii@chromium.org</owner> |
+ <description>User chose a credential via the account chooser</description> |
+</action> |
+ |
+<action name="CMAPI_AccountChooser_Dismiss"> |
+ <owner>vasilii@chromium.org</owner> |
+ <description>User dismissed the account chooser</description> |
+</action> |
+ |
+<action name="CMAPI_Autosignin"> |
+ <owner>vasilii@chromium.org</owner> |
+ <description>Try to automatically sign user in</description> |
+</action> |
+ |
+<action name="CMAPI_Get_EmptyStore"> |
+ <owner>vasilii@chromium.org</owner> |
+ <description> |
+ A site requested a credential but the store is empty |
+ </description> |
+</action> |
+ |
<action name="CanCommitURL_BlockedAndKilled"> |
<owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
<description>Please enter the description of this user action.</description> |
@@ -12078,6 +12100,23 @@ 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_Autofilled"> |
+ <owner>vasilii@chromium.org</owner> |
+ <description>Username/password were autofilled</description> |
+</action> |
+ |
+<action name="PasswordManager_Choose"> |
+ <owner>vasilii@chromium.org</owner> |
+ <description> |
+ User chose a different username from the existing credentials |
Ilya Sherman
2016/06/30 21:11:35
This summary is not very clear to me, even as some
vasilii
2016/07/01 12:58:59
Done.
|
+ </description> |
+</action> |
+ |
+<action name="PasswordManager_ChoosePSL"> |
+ <owner>vasilii@chromium.org</owner> |
+ <description>User chose a PSL credential from the list</description> |
+</action> |
+ |
<action name="PasswordManager_Disabled"> |
<owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
<description>Please enter the description of this user action.</description> |
@@ -12088,6 +12127,16 @@ 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_OverridePassword"> |
+ <owner>vasilii@chromium.org</owner> |
+ <description>User overwrote the stored password</description> |
+</action> |
+ |
+<action name="PasswordManager_OverrideUsernameAndPassword"> |
+ <owner>vasilii@chromium.org</owner> |
+ <description>User typed new credential</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> |
@@ -12098,6 +12147,16 @@ 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_SubmitFailed"> |
+ <owner>vasilii@chromium.org</owner> |
+ <description>Password form submission failed</description> |
+</action> |
+ |
+<action name="PasswordManager_SubmitPassed"> |
+ <owner>vasilii@chromium.org</owner> |
+ <description>Password form submitted successfully</description> |
+</action> |
+ |
<action name="PasswordManager_SyncCredentialShown"> |
<owner>gcasto@chromium.org</owner> |
<owner>vabr@chromium.org</owner> |