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

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

Side-by-side diff isn't available for this file because of its large size.
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: Adding missing SOURCE gets and puts 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index e4ace477fb2e30ed73b50560502e992543198fb2..2f8b6515369971b27be0f4bcca58111e4fc2add6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -14691,6 +14691,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>
@@ -59359,6 +59366,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="Home screen shortcut source unknown"/>
Ilya Sherman 2015/07/03 18:11:45 nit: These labels are going to be displayed as the
dominickn 2015/07/05 23:33:18 Done.
+ <int value="1" label="Add to Home screen 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"/>
« chrome/browser/android/shortcut_info.h ('K') | « chrome/browser/android/shortcut_info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698