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

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: 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
« 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 26a158cc9dd39dc3cf88dc4a940c9e523437880e..23ac37f6dba7de9e259193cd3a9d38099bf3a368 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -20971,6 +20971,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.Notification.Click" enum="MediaNotificationClickSource">
+ <owner>mlamouri@chromium.org</owner>
+ <owner>avayvod@chromium.org</owner>
+ <owner>zqzhang@chromium.org</owner>
+ <summary>
+ The type of media notification the user clicked to go back to Chrome.
+ </summary>
+</histogram>
+
<histogram name="Media.PepperVideoDecoderError"
enum="VideoDecodeAcceleratorError">
<owner>ihf@chromium.org</owner>
@@ -77178,6 +77187,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