Index: tools/metrics/rappor/rappor.xml |
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml |
index 3d06174bc84b9cab35b2c7380917597edee319be..bdb2fe8bbe5c1bf599d745f8469ac98922a76f6b 100644 |
--- a/tools/metrics/rappor/rappor.xml |
+++ b/tools/metrics/rappor/rappor.xml |
@@ -106,6 +106,24 @@ components/rappor/rappor_service.cc. |
</summary> |
</rappor-metric> |
+<rappor-metric name="HomeScreen.LaunchURL.shortcut" type="ETLD_PLUS_ONE"> |
Ilya Sherman
2015/03/06 21:08:11
nit: Please be consistent with case conventions, i
gone
2015/03/06 22:14:09
Done.
|
+ <owner>dfalcantara@chromium.org</owner> |
+ <summary> |
+ The eTLD+1 of a URL that was launched from the Android Home screen into a |
+ tab. This explicitly does not count relaunches via the Android Recents |
+ menu. |
+ </summary> |
+</rappor-metric> |
+ |
+<rappor-metric name="HomeScreen.LaunchURL.standalone" type="ETLD_PLUS_ONE"> |
Ilya Sherman
2015/03/06 21:08:11
(Ditto)
gone
2015/03/06 22:14:09
Done.
|
+ <owner>dfalcantara@chromium.org</owner> |
+ <summary> |
+ The eTLD+1 of a URL that was launched from the Android Home screen into a |
+ WebappActivity. This explicitly does not count relaunches via the Android |
+ Recents menu. |
+ </summary> |
+</rappor-metric> |
+ |
<rappor-metric name="Plugins.FlashOriginUrl" type="ETLD_PLUS_ONE"> |
<owner>wfh@chromium.org</owner> |
<summary> |
@@ -210,15 +228,6 @@ components/rappor/rappor_service.cc. |
</summary> |
</rappor-metric> |
-<rappor-metric name="webapps.LaunchURL" type="ETLD_PLUS_ONE"> |
- <owner>dfalcantara@chromium.org</owner> |
- <summary> |
- The eTLD+1 of a URL that was launched from the Android Home screen into a |
- WebappActivity. This explicitly does not count relaunches via the Android |
- Recents menu. |
- </summary> |
-</rappor-metric> |
- |
</rappor-metrics> |
</rappor-configuration> |