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

Unified Diff: content/renderer/media/webcontentdecryptionmodule_impl.h

Issue 557723003: Implement Chromium side of MediaKeys.isTypeSupported(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add DEP from components/cdm/renderer to content/public/common. Created 6 years, 3 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: content/renderer/media/webcontentdecryptionmodule_impl.h
diff --git a/content/renderer/media/webcontentdecryptionmodule_impl.h b/content/renderer/media/webcontentdecryptionmodule_impl.h
index 2619e5610b3eeea3a0ca232bd018536aac3a85e5..c05498d64cc644752e958c5fd712592699f633d1 100644
--- a/content/renderer/media/webcontentdecryptionmodule_impl.h
+++ b/content/renderer/media/webcontentdecryptionmodule_impl.h
@@ -58,6 +58,13 @@ class WebContentDecryptionModuleImpl
int GetCdmId() const;
#endif // defined(ENABLE_BROWSER_CDMS)
+ static blink::WebContentDecryptionModule::SupportsKeySystem
ddorwin 2014/09/13 01:20:47 Are statics supposed to be grouped?
sandersd (OOO until July 31) 2014/09/22 23:45:54 Done.
+ IsKeySystemSupported(const blink::WebString& key_system,
+ const blink::WebString& init_data_type,
+ const blink::WebString& container,
+ const blink::WebString& codecs,
+ const blink::WebString& capability);
+
// blink::WebContentDecryptionModule implementation.
virtual blink::WebContentDecryptionModuleSession* createSession();
// TODO(jrummell): Remove this method once blink updated.

Powered by Google App Engine
This is Rietveld 408576698