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

Unified Diff: tools/metrics/histograms/histograms.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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 5c2ddf9bd9a784717d76ea4a8b649f86400f9d54..67933ce54ce9d0a05543dfd14150a26b87d56e87 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -11198,6 +11198,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="HomeScreen.Launch" enum="HomeScreenLaunch">
Ilya Sherman 2015/03/06 21:08:11 It looks like you're creating a new "HomeScreen" g
gone 2015/03/06 22:14:09 Trying to group it under the top-level "Launch", w
+ <owner>dfalcantara@chromium.org</owner>
+ <summary>
+ Records how Chrome handled a launch from an Android Home screen shortcut.
+ </summary>
+</histogram>
+
<histogram name="Hotword.AudioLoggingEnabled" enum="BooleanEnabled">
<owner>rlp@chromium.org</owner>
<summary>
@@ -50778,6 +50785,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</int>
</enum>
+<enum name="HomeScreenLaunch" type="int">
+ <int value="0" label="Launched as standalone web app"/>
+ <int value="1" label="Launched as a tab"/>
+</enum>
+
<enum name="HotwordAvailability" type="int">
<int value="0" label="Unavailable -- reason may be unknown"/>
<int value="1" label="Available"/>

Powered by Google App Engine
This is Rietveld 408576698