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

Unified Diff: media/test/data/eme_player.html

Issue 1712903002: Remove prefixed EME. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix isRenewalMessage() in browser tests. Created 4 years, 10 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/mojo/interfaces/content_decryption_module.mojom ('k') | media/test/data/eme_player_js/app_loader.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/test/data/eme_player.html
diff --git a/media/test/data/eme_player.html b/media/test/data/eme_player.html
index d8079ce11b2eddb44e241babd734db2889de4ff2..2d44874dc7203d57160aa57fc49bc621077ba556 100644
--- a/media/test/data/eme_player.html
+++ b/media/test/data/eme_player.html
@@ -22,10 +22,6 @@
<td><label for='mediaTypeList'>Media type:</label></td>
<td><select id='mediaTypeList'></select></td>
</tr>
- <tr title='URL param usePrefixedEME=1|0'>
- <td><label for='usePrefixedEME'>EME API version:</label></td>
- <td><select id='usePrefixedEME'></select></td>
- </tr>
<tr title='URL param useMSE=1|0'>
<td><label for='useMSE'>Load media by:</label></td>
<td>
@@ -84,8 +80,6 @@
if (!testConfig.sessionToLoad) {
// keyadded may be fired around the start of playback; check for it
// after a delay to avoid timing issues.
- if (testConfig.usePrefixedEME && !video.receivedKeyAdded)
- Utils.failTest('Key added event not received.');
if (testConfig.keySystem == EXTERNAL_CLEARKEY &&
!video.receivedRenewalMessage)
Utils.failTest('license-renewal message not received.');
« no previous file with comments | « media/mojo/interfaces/content_decryption_module.mojom ('k') | media/test/data/eme_player_js/app_loader.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698