Commit cc618d08 authored by John Rummell's avatar John Rummell Committed by Commit Bot

Log 'waitingforkey' events in EME browser tests

Bug: 987067
Test: EME content_browsertests pass
Change-Id: Ia1573232a0c43b347e26ea4707406b92c652a82d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1719452Reviewed-by: default avatarDan Sanders <sandersd@chromium.org>
Commit-Queue: John Rummell <jrummell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#681142}
parent a2343dd0
......@@ -138,6 +138,7 @@
video.addEventListener('canplaythrough', onLogEvent);
video.addEventListener('stalled', onLogEvent);
video.addEventListener('waiting', onLogEvent);
video.addEventListener('waitingforkey', onLogEvent);
document.addEventListener('visibilitychange', onVisibilityChange);
Utils.resetTitleChange();
if (playTwice) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment