| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index f900f254f2ecfc9b27d57f15e02a792545a76ed0..cef16057bc692f4192f7abf6e43cf2b1f1c283d0 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -13633,6 +13633,13 @@ should be able to be added at any place in this file.
|
| </description>
|
| </action>
|
|
|
| +<action name="Signin_Impression_FromReSigninInfobar">
|
| + <owner>bzanotti@chromium.org</owner>
|
| + <description>
|
| + Recorded when showing sign in entry in the re-signin infobar.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="Signin_Impression_FromRecentTabs">
|
| <owner>gogerald@chromium.org</owner>
|
| <description>
|
| @@ -13655,6 +13662,13 @@ should be able to be added at any place in this file.
|
| <obsolete>Removed from codebase.</obsolete>
|
| </action>
|
|
|
| +<action name="Signin_Impression_FromTabSwitcher">
|
| + <owner>bzanotti@chromium.org</owner>
|
| + <description>
|
| + Recorded when showing sign in entry in the tab switcher.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="Signin_MoreButton_Shown">
|
| <owner>gogerald@chromium.org</owner>
|
| <owner>bzanotti@chromium.org</owner>
|
| @@ -13798,6 +13812,14 @@ should be able to be added at any place in this file.
|
| </description>
|
| </action>
|
|
|
| +<action name="Signin_Signin_FromReSigninInfobar">
|
| + <owner>bzanotti@chromium.org</owner>
|
| + <description>
|
| + Recorded on sign in start from access point
|
| + signin_metrics::AccessPoint::ACCESS_POINT_RESIGN_IN_INFOBAR.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="Signin_Signin_FromRecentTabs">
|
| <owner>gogerald@chromium.org</owner>
|
| <description>
|
| @@ -13838,6 +13860,14 @@ should be able to be added at any place in this file.
|
| </description>
|
| </action>
|
|
|
| +<action name="Signin_Signin_FromTabSwitcher">
|
| + <owner>bzanotti@chromium.org</owner>
|
| + <description>
|
| + Recorded on sign in start from access point
|
| + signin_metrics::AccessPoint::ACCESS_POINT_TAB_SWITCHER.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="Signin_Signin_FromUnknownAccessPoint">
|
| <owner>gogerald@chromium.org</owner>
|
| <description>
|
|
|