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

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: Update description 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 776098b45e4214d264e6a58501a017632edcbae6..1b207a62309ec58af3c895ba15483667df3074c4 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -8724,6 +8724,14 @@ should be able to be added at any place in this file.
<obsolete>Deprecated as of 8/2015</obsolete>
</action>
+<action name="MobileExternalNavigationReceived">
Ilya Sherman 2016/06/28 21:50:55 You mentioned there was a parallel user action alr
Maria 2016/06/28 23:00:26 It's actually a histogram called Android.TabNaviga
Ilya Sherman 2016/06/29 20:21:15 Ah. It's a bit hard to compare user actions and h
+ <owner>mariakhomenko@chromium.org</owner>
+ <description>
+ Records when a user was given a choice between using Chrome and a system
+ 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