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..e96b7b29804999d2b4110c503144974ff9a83277 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.recordMediumCount('CastedVideoLength', media.media.duration); |
this.currentMediaDuration_ = media.media.duration; |
this.dispatchEvent(new Event('durationchange')); |
} |