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

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

Issue 2498113004: Add audio only watch time metrics. (Closed)
Patch Set: Comments and tests. Created 4 years, 1 month 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 | « media/blink/watch_time_reporter_unittest.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 8ec129b1e59e24d51c4d9e9fe5db52c100f55d50..fa3a2c838895cf3b40aeb822c7104e6af7de74bc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -108255,6 +108255,19 @@ value.
</histogram_suffixes>
<histogram_suffixes name="MediaWatchTimeCategories" separator=".">
+ <suffix name="Audio.All"
+ label="Watch time for all media with only an audio track."/>
+ <suffix name="Audio.AC"
+ label="Watch time for all media with only an audio track on AC power."/>
+ <suffix name="Audio.Battery"
+ label="Watch time for all media with only an audio track on battery
+ power."/>
+ <suffix name="Audio.MSE"
+ label="Watch time for MSE media with only an audio track."/>
+ <suffix name="Audio.SRC"
+ label="Watch time for SRC media with only an audio track."/>
+ <suffix name="Audio.EME"
+ label="Watch time for EME media with only an audio track."/>
<suffix name="AudioVideo.All"
label="Watch time for all media with both an audio and video track."/>
<suffix name="AudioVideo.AC"
« no previous file with comments | « media/blink/watch_time_reporter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698