| Index: tools/metrics/rappor/rappor.xml
|
| diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml
|
| index 8e52f4aa7724c1038eabe399495c79f505d74360..62ae0d58e987d7cf3b25d719a31cd8c926159195 100644
|
| --- a/tools/metrics/rappor/rappor.xml
|
| +++ b/tools/metrics/rappor/rappor.xml
|
| @@ -43,6 +43,52 @@ components/rappor/rappor_service.cc.
|
| <rappor-metrics>
|
| <!-- Rappor metric definitions -->
|
|
|
| +<rappor-metric name="AppBanner.NativeApp.Dismissed" type="ETLD_PLUS_ONE">
|
| + <owner>dfalcantara@chromium.org</owner>
|
| + <summary>
|
| + The eTLD+1 of a URL that displayed a native app banner, which was explicitly
|
| + dismissed by the user.
|
| + </summary>
|
| +</rappor-metric>
|
| +
|
| +<rappor-metric name="AppBanner.NativeApp.Installed" type="ETLD_PLUS_ONE">
|
| + <owner>dfalcantara@chromium.org</owner>
|
| + <summary>
|
| + The eTLD+1 of a URL that displayed a native app banner, which resulted in
|
| + the user installing the promoted application.
|
| + </summary>
|
| +</rappor-metric>
|
| +
|
| +<rappor-metric name="AppBanner.NativeApp.Shown" type="ETLD_PLUS_ONE">
|
| + <owner>dfalcantara@chromium.org</owner>
|
| + <summary>
|
| + The eTLD+1 of a URL that displayed a native app banner.
|
| + </summary>
|
| +</rappor-metric>
|
| +
|
| +<rappor-metric name="AppBanner.WebApp.Dismissed" type="ETLD_PLUS_ONE">
|
| + <owner>dfalcantara@chromium.org</owner>
|
| + <summary>
|
| + The eTLD+1 of a URL that displayed a web app banner, which was explicitly
|
| + dismissed by the user.
|
| + </summary>
|
| +</rappor-metric>
|
| +
|
| +<rappor-metric name="AppBanner.WebApp.Installed" type="ETLD_PLUS_ONE">
|
| + <owner>dfalcantara@chromium.org</owner>
|
| + <summary>
|
| + The eTLD+1 of a URL that displayed a web app banner, which resulted in the
|
| + user installing the promoted application.
|
| + </summary>
|
| +</rappor-metric>
|
| +
|
| +<rappor-metric name="AppBanner.WebApp.Shown" type="ETLD_PLUS_ONE">
|
| + <owner>dfalcantara@chromium.org</owner>
|
| + <summary>
|
| + The eTLD+1 of a URL that displayed a web app banner.
|
| + </summary>
|
| +</rappor-metric>
|
| +
|
| <rappor-metric name="ContentSettings.MixedScript.DisplayedShield"
|
| type="ETLD_PLUS_ONE">
|
| <owner>lgarron@chromium.org</owner>
|
|
|