Chromium Code Reviews| Index: tools/metrics/actions/actions.xml |
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
| index a4f26ab5bd26ddcd14c58d3f2eabd1e3dbf8a1ad..682b5ab7663f7f9ef56fbbc6ec7be2676cdf1ac4 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -8745,6 +8745,24 @@ should be able to be added at any place in this file. |
| <obsolete>Deprecated as of 8/2015</obsolete> |
| </action> |
| +<action name="MobileExternalNavigationDispatched"> |
| + <owner>mariakhomenko@chromium.org</owner> |
| + <description> |
| + Records when the system started a VIEW intent on a navigation click. This |
| + happens when there is another application in the system that's not a browser |
| + and that can handle this URL (e.g. Maps app for http://maps.google.com/ |
| + url). |
| + </description> |
| +</action> |
| + |
| +<action name="MobileExternalNavigationReceived"> |
| + <owner>mariakhomenko@chromium.org</owner> |
| + <description> |
| + Records when a user was given a choice between using Chrome and an |
|
Ilya Sherman
2016/06/29 22:25:30
nit: s/Records when/Records when
|
| + installed app and chose Chrome. |
| + </description> |
| +</action> |
| + |
| <action name="MobileFirstEditInOmnibox"> |
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| <description>Please enter the description of this user action.</description> |