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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1909483003: [MediaNotification] Add UMA to record user clicking media notifications (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed Dan's comments 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
« no previous file with comments | « 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 8d15ca53843d9056536950f295833893f9871c2b..d5d172ca38d08608d7d7fe335dee913c60861699 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -20971,6 +20971,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.Notification.ClickSource"
mlamouri (slow - plz ping) 2016/04/22 10:32:50 "Media.Notification.Click" is probably better. We
Zhiqiang Zhang (Slow) 2016/04/22 12:41:47 Done.
+ enum="MediaNotificationClickSource">
+ <owner>mlamouri@chromium.org</owner>
+ <owner>avayvod@chromium.org</owner>
+ <owner>zqzhang@chromium.org</owner>
+ <summary>
+ Records which kind of notification the user clicked to go back to Chrome.
mlamouri (slow - plz ping) 2016/04/22 10:32:50 Same as above. Maybe something like: "Records when
Zhiqiang Zhang (Slow) 2016/04/22 12:41:47 Rephrased to "The type of media notification the u
+ </summary>
+</histogram>
+
<histogram name="Media.PepperVideoDecoderError"
enum="VideoDecodeAcceleratorError">
<owner>ihf@chromium.org</owner>
@@ -77163,6 +77173,12 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="2" label="MediaStream"/>
</enum>
+<enum name="MediaNotificationClickSource" type="int">
+ <int value="0" label="Media"/>
+ <int value="1" label="Presentation"/>
+ <int value="2" label="MediaFling"/>
+</enum>
+
<enum name="MediaOutputProtectionStatus" type="int">
<int value="0" label="Queried"/>
<int value="1" label="No external link"/>
« no previous file with comments | « chrome/android/java_sources.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698