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

Unified Diff: sky/viewer/platform/webmimeregistry_impl.h

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/web/WebViewImpl.cpp ('k') | sky/viewer/platform/webmimeregistry_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/platform/webmimeregistry_impl.h
diff --git a/sky/viewer/platform/webmimeregistry_impl.h b/sky/viewer/platform/webmimeregistry_impl.h
index 25ad41a654dff098f70fce6ca0a8ae8925f66789..22b7b1a2c8dcbc50805578001d02795f0e13fc17 100644
--- a/sky/viewer/platform/webmimeregistry_impl.h
+++ b/sky/viewer/platform/webmimeregistry_impl.h
@@ -28,13 +28,6 @@ class WebMimeRegistryImpl : public blink::WebMimeRegistry {
const blink::WebString& mime_type,
const blink::WebString& codecs,
const blink::WebString& key_system);
- virtual bool supportsMediaSourceMIMEType(
- const blink::WebString& mime_type,
- const blink::WebString& codecs);
- virtual bool supportsEncryptedMediaMIMEType(
- const blink::WebString& key_system,
- const blink::WebString& mime_type,
- const blink::WebString& codecs);
virtual blink::WebMimeRegistry::SupportsType supportsNonImageMIMEType(
const blink::WebString& mime_type);
virtual blink::WebString mimeTypeForExtension(
« no previous file with comments | « sky/engine/web/WebViewImpl.cpp ('k') | sky/viewer/platform/webmimeregistry_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698