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

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

Issue 2018813002: Split Media.Controls.Show in .Video and .Audio. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 years, 7 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 | « third_party/WebKit/Source/core/html/HTMLMediaElement.cpp ('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 cfd6d9c3ce0155d4665763cc7984a3d0474206ea..123fb1c28c8467d007f4633a5c88344ec21a5176 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -20744,10 +20744,31 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Media.Controls.Show" enum="MediaControlsShowReason">
+ <obsolete>
+ Deprecated May 19 2016 in favor of Media.Controls.Show.{Audio,Video}
+ </obsolete>
+ <owner>mlamouri@chromium.org</owner>
+ <summary>
+ Record whether the default media controls were shown and why every time they
+ could be shown.
+ </summary>
+</histogram>
+
+<histogram name="Media.Controls.Show.Audio" enum="MediaControlsShowReason">
+ <owner>mlamouri@chromium.org</owner>
+ <summary>
+ Record whether the default media controls of an audio element were shown and
+ why every time they could be shown. Note that audio elements that were not
+ insterted to the DOM and do not have a controls attribute are not taken into
+ account.
+ </summary>
+</histogram>
+
+<histogram name="Media.Controls.Show.Video" enum="MediaControlsShowReason">
<owner>mlamouri@chromium.org</owner>
<summary>
- Record whether the default media controls where shown and why every time
- they could be shown.
+ Record whether the default media controls of a video element were shown and
+ why every time they could be shown.
</summary>
</histogram>
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLMediaElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698