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

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

Issue 2543623003: media: Allow config change between clear and encrypted streams (Closed)
Patch Set: comments addressed Created 3 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
Index: media/test/data/eme_player.html
diff --git a/media/test/data/eme_player.html b/media/test/data/eme_player.html
index 3e8453867435c709453a9e9777e896818cbdf6b0..4b73da884d35ee51b479ad7eea2858e28ed3aa78 100644
--- a/media/test/data/eme_player.html
+++ b/media/test/data/eme_player.html
@@ -145,6 +145,8 @@
function start() {
initApp();
+ // TODO(jrummell): Support setMediaKeys() after play().
+ // See http://crbug.com/675011
emeApp.createPlayer()
.then(function(p) {
player = p;

Powered by Google App Engine
This is Rietveld 408576698