| 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) {
|
|
|