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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2125633003: Adding UMA to record whether Pepper players have ever played sound (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 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 | « content/browser/media/session/pepper_playback_observer.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 020b6873f0b422f8e2fe43420c3d340a5d9b8c09..e83cca278bfd776745f026123a435a53c23c8950 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -22412,6 +22412,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.Pepper.PlayedSound" enum="Boolean">
+ <owner>avayvod@chromium.org</owner>
+ <owner>mlamouri@chromium.org</owner>
+ <owner>zqzhang@chromium.org</owner>
+ <summary>
+ Whether Pepper players have played sound through its lifetime.
+ </summary>
+</histogram>
+
<histogram name="Media.PepperVideoDecoderError"
enum="VideoDecodeAcceleratorError">
<owner>ihf@chromium.org</owner>
« no previous file with comments | « content/browser/media/session/pepper_playback_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698