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

Unified Diff: tools/metrics/rappor/rappor.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
« tools/metrics/actions/actions.xml ('K') | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/rappor/rappor.xml
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml
index 32cdf0110628a14a6bd2d9b3882ea2c97907177e..b1ca8c4bbd97ad4a631417421d31e7577d2239cf 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -137,6 +137,23 @@ components/rappor/rappor_parameters.h.
<rappor-metrics>
<!-- Rappor metric definitions -->
+<rappor-metric name="Android.ExternalNavigationNotChosen"
Ilya Sherman 2016/06/28 21:50:55 I wonder whether the "Android" prefix is really ne
Maria 2016/06/28 23:00:26 The reason I am using Android is that what the his
Ilya Sherman 2016/06/29 20:21:15 Hmm, I guess it's okay if the name is parallel to
+ type="UMA_RAPPOR_TYPE">
Maria 2016/06/28 21:35:35 @isherman, is this the right type to use here?
Ilya Sherman 2016/06/28 21:50:55 I think so, yes. Steve can double-check me on tha
+ <owner>mariakhomenko@chromium.org</owner>
+ <summary>
+ The package name of an application that was given as an alternative choice
+ to handling a URL in Chrome, but wasn't chosen.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="Android.ExternalNavigationOption" type="UMA_RAPPOR_TYPE">
+ <owner>mariakhomenko@chromium.org</owner>
+ <summary>
+ The package name of an application that was given as an alternative choice
+ to handling a URL in Chrome.
+ </summary>
+</rappor-metric>
+
<rappor-metric name="AppBanner.NativeApp.Dismissed" type="ETLD_PLUS_ONE">
<owner>dfalcantara@chromium.org</owner>
<summary>
« tools/metrics/actions/actions.xml ('K') | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698