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

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

Issue 2780533004: Start recording background video watch time. (Closed)
Patch Set: Fix copy-init issues. Created 3 years, 9 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 | « 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 e0f7bc302ed1e6f2df7e654211077c1af2e0b057..349bdded66c8b3805c748db608e8c922cb8c445e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -118998,6 +118998,27 @@ from previous Chrome versions.
<suffix name="AudioVideo.EmbeddedExperience"
label="Watch time for downloaded media on Android with both an audio
and video track."/>
+ <suffix name="AudioVideo.Background.All"
+ label="Background watch time for all media with both an audio and video
+ track."/>
+ <suffix name="AudioVideo.Background.AC"
+ label="Background watch time for all media with both an audio and video
+ track on AC power."/>
+ <suffix name="AudioVideo.Background.Battery"
+ label="Background watch time for all media with both an audio and video
+ track on battery power."/>
+ <suffix name="AudioVideo.Background.MSE"
+ label="Background watch time for MSE media with both an audio and video
+ track."/>
+ <suffix name="AudioVideo.Background.SRC"
+ label="Background watch time for SRC media with both an audio and video
+ track."/>
+ <suffix name="AudioVideo.Background.EME"
+ label="Background watch time for EME media with both an audio and video
+ track."/>
+ <suffix name="AudioVideo.Background.EmbeddedExperience"
+ label="Background watch time for downloaded media on Android with both
+ an audio and video track."/>
<affected-histogram name="Media.WatchTime"/>
</histogram_suffixes>
« 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