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

Unified Diff: sky/engine/testing/platform/webmimeregistry_impl.cc

Issue 689373003: Remove most of the media stack. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/testing/platform/webmimeregistry_impl.h ('k') | sky/engine/web/AssertMatchingEnums.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/testing/platform/webmimeregistry_impl.cc
diff --git a/sky/engine/testing/platform/webmimeregistry_impl.cc b/sky/engine/testing/platform/webmimeregistry_impl.cc
index e9cc5d8dfe8bc865f489d92599902c4df7d2a91e..c4a8bc09e934b65727f78eb075931e4cd59df521 100644
--- a/sky/engine/testing/platform/webmimeregistry_impl.cc
+++ b/sky/engine/testing/platform/webmimeregistry_impl.cc
@@ -62,21 +62,6 @@ blink::WebMimeRegistry::SupportsType WebMimeRegistryImpl::supportsMediaMIMEType(
return IsNotSupported;
}
-bool WebMimeRegistryImpl::supportsMediaSourceMIMEType(
- const blink::WebString& mime_type,
- const blink::WebString& codecs) {
- NOTIMPLEMENTED();
- return false;
-}
-
-bool WebMimeRegistryImpl::supportsEncryptedMediaMIMEType(
- const blink::WebString& key_system,
- const blink::WebString& mime_type,
- const blink::WebString& codecs) {
- NOTIMPLEMENTED();
- return false;
-}
-
blink::WebMimeRegistry::SupportsType
WebMimeRegistryImpl::supportsNonImageMIMEType(
const blink::WebString& mime_type) {
« no previous file with comments | « sky/engine/testing/platform/webmimeregistry_impl.h ('k') | sky/engine/web/AssertMatchingEnums.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698