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

Unified Diff: tools/metrics/rappor/rappor.xml

Issue 989523003: Add metrics for tracking how Chrome handled shortcut launches (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 5 years, 9 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
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>
« tools/metrics/histograms/histograms.xml ('K') | « tools/metrics/histograms/histograms.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698