summaryrefslogtreecommitdiffstats
path: root/tools/metrics/rappor
diff options
context:
space:
mode:
authordfalcantara <dfalcantara@chromium.org>2015-03-06 19:46:32 -0800
committerCommit bot <commit-bot@chromium.org>2015-03-07 03:47:17 +0000
commit0e71dffca1885161e052d5c9fd3afed5c8aab5e1 (patch)
tree9bfbc908d9fdbb28c3d27d6c1c2c645fed1044af /tools/metrics/rappor
parentfa518c3b6b98ef6563d826e7b980fc8dde3e8086 (diff)
downloadchromium_src-0e71dffca1885161e052d5c9fd3afed5c8aab5e1.zip
chromium_src-0e71dffca1885161e052d5c9fd3afed5c8aab5e1.tar.gz
chromium_src-0e71dffca1885161e052d5c9fd3afed5c8aab5e1.tar.bz2
Add metrics for tracking how Chrome handled shortcut launches
* Generalizes WebappMetrics as LaunchMetrics to allow recording information about Home screen bookmark launches, which are handled as Tabs. * Removes the previous count metric without marking it as obsolete because the downstream calling code never landed. * Splits the previous RAPPOR metric into two to differentiate between shortcut and web app launches. Again, calling code never landed. BUG=462745 Review URL: https://codereview.chromium.org/989523003 Cr-Commit-Position: refs/heads/master@{#319551}
Diffstat (limited to 'tools/metrics/rappor')
-rw-r--r--tools/metrics/rappor/rappor.xml27
1 files changed, 18 insertions, 9 deletions
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml
index 3d06174..a4f123f 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>