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

Unified Diff: sky/viewer/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/viewer/platform/webmimeregistry_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/platform/webmimeregistry_impl.cc
diff --git a/sky/viewer/platform/webmimeregistry_impl.cc b/sky/viewer/platform/webmimeregistry_impl.cc
index 6113ea238389718f2d484ab7fa280b40b9141bc6..45df9a9831815ef32c3a0609bde5efb11e40097d 100644
--- a/sky/viewer/platform/webmimeregistry_impl.cc
+++ b/sky/viewer/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/viewer/platform/webmimeregistry_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698