Chromium Code Reviews| Index: tools/metrics/actions/actions.xml |
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
| index 72d028fd39ef74c96def1f841ca87625b5c32b78..2b919df86df9bcd06617b03404854d20f49bb451 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -9916,8 +9916,36 @@ should be able to be added at any place in this file. |
| </action> |
| <action name="MobileReceivedExternalIntent"> |
| - <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| - <description>Please enter the description of this user action.</description> |
| + <owner>mariakhomenko@chromium.org, tedchoc@chromium.org</owner> |
| + <description> |
| + A VIEW intent was received by the tabbed mode activity. This will combine |
| + intents sent by external application as well as Chrome itself. |
| + </description> |
| + <obsolete> |
|
Maria
2017/01/05 01:01:20
Don't mark it as obsolete yet -- it's going to dis
Ted C
2017/01/05 01:13:36
Done.
|
| + Deprecated as of 5/2017. Use MobileTabbedModeViewIntentFromChrome and |
| + MobileTabbedModeViewIntentFromApp instead. |
| + </obsolete> |
| +</action> |
| + |
| +<action name="MobileReceivedExternalIntent.App"> |
| + <owner>mariakhomenko@chromium.org, tedchoc@chromium.org</owner> |
| + <description> |
| + A VIEW intent was received by the tabbed mode activity from an external |
| + application. |
| + </description> |
| + <obsolete> |
|
Maria
2017/01/05 01:01:20
same as above
Ted C
2017/01/05 01:13:36
Done.
|
| + Deprecated as of 5/2017. Use MobileTabbedModeViewIntentFromApp instead. |
| + </obsolete> |
| +</action> |
| + |
| +<action name="MobileReceivedExternalIntent.Chrome"> |
| + <owner>mariakhomenko@chromium.org, tedchoc@chromium.org</owner> |
| + <description> |
| + A VIEW intent was received by the tabbed mode activity from Chrome. |
|
Maria
2017/01/05 01:01:20
Mention that this is only recorded in places where
Ted C
2017/01/05 01:13:36
Done.
|
| + </description> |
| + <obsolete> |
|
Maria
2017/01/05 01:01:20
same as above
Ted C
2017/01/05 01:13:36
Done.
|
| + Deprecated as of 5/2017. Use MobileTabbedModeViewIntentFromChrome instead. |
| + </obsolete> |
| </action> |
| <action name="MobileRendererCrashed"> |
| @@ -10013,6 +10041,21 @@ 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="MobileTabbedModeViewIntentFromApp"> |
| + <owner>mariakhomenko@chromium.org, tedchoc@chromium.org</owner> |
| + <description> |
| + A VIEW intent was received by the tabbed mode activity from an external |
| + application. |
| + </description> |
| +</action> |
| + |
| +<action name="MobileTabbedModeViewIntentFromChrome"> |
| + <owner>mariakhomenko@chromium.org, tedchoc@chromium.org</owner> |
| + <description> |
| + A VIEW intent was received by the tabbed mode activity from Chrome. |
| + </description> |
| +</action> |
| + |
| <action name="MobileToolbarBack"> |
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| <description>Please enter the description of this user action.</description> |