Index: tools/metrics/actions/actions.xml |
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
index 896d6c0982de7c6b85577e735a6c898ee9ce8c11..baf5712f30fceecf711dbdde216345dfaa2ef109 100644 |
--- a/tools/metrics/actions/actions.xml |
+++ b/tools/metrics/actions/actions.xml |
@@ -8749,6 +8749,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 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> |