Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: tools/metrics/actions/actions.xml

Issue 2096073002: Record how often we end up in Chrome from external navigations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698