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

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: Add null check for activity info. 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 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>

Powered by Google App Engine
This is Rietveld 408576698