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> |