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

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

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
Index: Source/modules/encryptedmedia/MediaKeys.h
diff --git a/Source/modules/encryptedmedia/MediaKeys.h b/Source/modules/encryptedmedia/MediaKeys.h
index 22914aeacef87ec46b4fbcc7f35589c422ca2f9e..6c653a5e16ed4d0ecc6022ed4cfc8085976d492b 100644
--- a/Source/modules/encryptedmedia/MediaKeys.h
+++ b/Source/modules/encryptedmedia/MediaKeys.h
@@ -57,6 +57,9 @@ public:
ScriptPromise setServerCertificate(ScriptState*, const DOMArrayPiece& serverCertificate);
+ // FIXME: Remove this method since it's not in the spec anymore.
+ static bool isTypeSupported(const String& keySystem, const String& contentType);
+
blink::WebContentDecryptionModule* contentDecryptionModule();
void trace(Visitor*);
« no previous file with comments | « LayoutTests/media/encrypted-media/encrypted-media-v2-syntax.html ('k') | Source/modules/encryptedmedia/MediaKeys.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698