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

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: Renaming 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
« no previous file with comments | « tools/metrics/histograms/histograms.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 3d06174bc84b9cab35b2c7380917597edee319be..a4f123fe00c991309df136617df3baab03280138 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="Launch.HomeScreen.Shortcut" 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
+ tab. This explicitly does not count relaunches via the Android Recents
+ menu.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="Launch.HomeScreen.Standalone" 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-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>
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698