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

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: 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
« no previous file with comments | « 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 0a7f95a32dc2d7fa6123e5edcdb5fb48e7472a02..3334d6f215d01f9aa6132fc26a2e5d4ed6992b02 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -137,6 +137,15 @@ components/rappor/rappor_parameters.h.
<rappor-metrics>
<!-- Rappor metric definitions -->
+<rappor-metric name="Android.ExternalNavigationNotChosen"
+ 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, but wasn't chosen.
+ </summary>
+</rappor-metric>
+
<rappor-metric name="AppBanner.NativeApp.Dismissed" type="ETLD_PLUS_ONE">
<owner>dfalcantara@chromium.org</owner>
<summary>
« no previous file with comments | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698