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

Unified Diff: Source/modules/encryptedmedia/MediaKeySession.idl

Issue 641433002: Implement MediaKeySession.load() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Changes Created 6 years, 2 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: Source/modules/encryptedmedia/MediaKeySession.idl
diff --git a/Source/modules/encryptedmedia/MediaKeySession.idl b/Source/modules/encryptedmedia/MediaKeySession.idl
index acf3177e4239ed4f24e3e1af08e305cc981d0908..be91fc599141f2a541fff5542886695081fced84 100644
--- a/Source/modules/encryptedmedia/MediaKeySession.idl
+++ b/Source/modules/encryptedmedia/MediaKeySession.idl
@@ -40,6 +40,7 @@
// session initialization
[CallWith=ScriptState] Promise generateRequest(DOMString initDataType, ArrayBuffer initData);
[CallWith=ScriptState] Promise generateRequest(DOMString initDataType, ArrayBufferView initData);
+ [CallWith=ScriptState] Promise load(DOMString sessionId);
// session operations
[CallWith=ScriptState] Promise update(ArrayBuffer response);

Powered by Google App Engine
This is Rietveld 408576698