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

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

Issue 806653004: Revert "Remove MediaKeys.isTypeSupported()." (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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 | « Source/modules/encryptedmedia/MediaKeys.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/encryptedmedia/MediaKeys.idl
diff --git a/Source/modules/encryptedmedia/MediaKeys.idl b/Source/modules/encryptedmedia/MediaKeys.idl
index eb367a16493e20a1784f397a4fcdd4a40ca2cfda..1fa6ba6c3bd339fa2ac1a1e03b9ccf97a67407b1 100644
--- a/Source/modules/encryptedmedia/MediaKeys.idl
+++ b/Source/modules/encryptedmedia/MediaKeys.idl
@@ -38,4 +38,6 @@ typedef (ArrayBuffer or ArrayBufferView) BufferSource;
[CallWith=ScriptState] MediaKeySession createSession(optional SessionType sessionType = "temporary");
[CallWith=ScriptState] Promise<void> setServerCertificate(BufferSource serverCertificate);
+
+ static boolean isTypeSupported(DOMString keySystem, optional DOMString contentType = null);
};
« no previous file with comments | « Source/modules/encryptedmedia/MediaKeys.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698