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

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

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: adding period "." in histogram <summary> 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
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.
rkaplow 2016/07/05 16:47:12 should this be their lifetimes?
+ </summary>
+</histogram>
+
<histogram name="Media.PepperVideoDecoderError"
enum="VideoDecodeAcceleratorError">
<owner>ihf@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698