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

Unified Diff: content/renderer/renderer_webkitplatformsupport_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/renderer_webkitplatformsupport_impl.h
diff --git a/content/renderer/renderer_webkitplatformsupport_impl.h b/content/renderer/renderer_webkitplatformsupport_impl.h
index 462186ca94286c2a0292924ad7048e0bb0a0fcf8..d31d71395c3df52303335ebff5a8d161b49a7f9e 100644
--- a/content/renderer/renderer_webkitplatformsupport_impl.h
+++ b/content/renderer/renderer_webkitplatformsupport_impl.h
@@ -93,6 +93,12 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl
unsigned key_size_index,
const blink::WebString& challenge,
const blink::WebURL& url);
+ virtual blink::WebContentDecryptionModule::SupportsKeySystem
+ isKeySystemSupported(const blink::WebString& key_system,
+ const blink::WebString& init_data_type,
+ const blink::WebString& container,
+ const blink::WebString& codecs,
+ const blink::WebString& capability);
virtual void getPluginList(bool refresh,
blink::WebPluginListBuilder* builder);
virtual blink::WebPublicSuffixList* publicSuffixList();

Powered by Google App Engine
This is Rietveld 408576698