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

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

Issue 1220813010: Add UMA metrics to track the source of homescreen icons on launch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing reviewer comments Created 5 years, 5 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
« no previous file with comments | « chrome/browser/android/shortcut_info.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index ea110b9d7b4be2b0f7cfa6091f0e96200de9f0d0..75c285fb4250bad38a798ddd541afc8ffbf6c390 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -14712,6 +14712,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Launch.HomeScreenSource" enum="LaunchFromHomeScreenSource">
+ <owner>dominickn@chromium.org</owner>
+ <summary>
+ Records the source of an Android Home screen shortcut used to launch Chrome.
+ </summary>
+</histogram>
+
<histogram name="Launch.InvalidIntent" enum="BooleanHit">
<owner>dfalcantara@chromium.org</owner>
<summary>
@@ -59447,6 +59454,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1" label="Launched as a tab"/>
</enum>
+<enum name="LaunchFromHomeScreenSource" type="int">
+ <int value="0" label="Unknown"/>
+ <int value="1" label="Menu item"/>
+ <int value="2" label="App banner"/>
+</enum>
+
<enum name="LevelDBCorruptionTypes" type="int">
<int value="0" label="other"/>
<int value="1" label="missing files"/>
« no previous file with comments | « chrome/browser/android/shortcut_info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698