Index: ui/file_manager/video_player/js/cast/cast_video_element.js |
diff --git a/ui/file_manager/video_player/js/cast/cast_video_element.js b/ui/file_manager/video_player/js/cast/cast_video_element.js |
index a2ffb3904438a2246531ab8e510810771b2bd78a..c05bbfd31a12e0fee6e06aebbda3521ce0e7b5aa 100644 |
--- a/ui/file_manager/video_player/js/cast/cast_video_element.js |
+++ b/ui/file_manager/video_player/js/cast/cast_video_element.js |
@@ -486,6 +486,7 @@ CastVideoElement.prototype = { |
} |
if (this.currentMediaDuration_ !== media.media.duration) { |
+ metrics.recordCastedVideoLength(media.media.duration); |
this.currentMediaDuration_ = media.media.duration; |
this.dispatchEvent(new Event('durationchange')); |
} |