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

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

Issue 1909483003: [MediaNotification] Add UMA to record user clicking media notifications (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: renaming Created 4 years, 8 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
« chrome/android/java_sources.gni ('K') | « chrome/android/java_sources.gni ('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 37d05ea340390ae72400e703fefb34020bb07dcf..92f13ea67efaad0e68e5285967b7aefe2157f7dd 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -18731,6 +18731,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Launch.NotificationSource" enum="LaunchNotificationSource">
mlamouri (slow - plz ping) 2016/04/21 12:37:26 The name is slightly confusing: should it be more
Zhiqiang Zhang (Slow) 2016/04/21 16:36:53 Done.
+ <owner>mlamouri@chromium.org,avayvod@chromium.org</owner>
mlamouri (slow - plz ping) 2016/04/21 12:37:26 You should add your name here :)
Zhiqiang Zhang (Slow) 2016/04/21 16:36:53 Done.
+ <summary>
+ Records which kind of notification the user clicked to go back to Chrome.
+ </summary>
+</histogram>
+
<histogram name="Layout.MicroSecondsPerComplexText" units="microseconds">
<owner>benjhayden@chromium.org</owner>
<summary>
@@ -75026,6 +75033,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="268959744" label="NEW_TASK | NEW_DOCUMENT"/>
</enum>
+<enum name="LaunchNotificationSource" type="int">
+ <int value="0" label="Media"/>
+ <int value="1" label="Presentation"/>
+ <int value="2" label="MediaFling"/>
+</enum>
+
<enum name="LevelDBCorruptionRestoreValue" type="int">
<int value="0" label="Database Delete Success"/>
<int value="1" label="Database Delete Failure"/>
« chrome/android/java_sources.gni ('K') | « chrome/android/java_sources.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698