Chromium Code Reviews| Index: tools/metrics/actions/actions.xml |
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
| index 979dd73179893aa46ee613910f0b6316890f9d8b..32cd662dc9c28be206e102812826bab0e2a15478 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -12419,6 +12419,37 @@ 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="TabbedModeOptInInfoBar_Shown"> |
| + <owner>kkimlabs@chromium.org</owner> |
| + <description> |
| + Recorded when tabbed mode opt in promotion InfoBar for selected devices on |
|
gone
2015/11/17 23:18:16
1) opt-in here and everywhere else.
2) All of thes
Kibeom Kim (inactive)
2015/11/20 11:44:15
Done.
|
| + Android is shown. |
| + </description> |
| +</action> |
| + |
| +<action name="TabbedModeOptInInfoBar_UserDenied"> |
| + <owner>kkimlabs@chromium.org</owner> |
| + <description> |
| + Recorded when user denied tabbed mode opt in promotion InfoBar on Android. |
| + </description> |
| +</action> |
| + |
| +<action name="TabbedModeOptInInfoBar_UserDismissed"> |
| + <owner>kkimlabs@chromium.org</owner> |
| + <description> |
| + Recorded when user dismissed tabbed mode opt in promotion InfoBar on |
| + Android. |
| + </description> |
| +</action> |
| + |
| +<action name="TabbedModeOptInInfoBar_UserOptIn"> |
| + <owner>kkimlabs@chromium.org</owner> |
| + <description> |
| + Recorded when user opted in on tabbed mode opt in promotion InfoBar on |
| + Android. |
| + </description> |
| +</action> |
| + |
| <action name="TaskManager"> |
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| <description>Please enter the description of this user action.</description> |