| Index: third_party/WebKit/Source/platform/MIMETypeRegistry.h
|
| diff --git a/third_party/WebKit/Source/platform/MIMETypeRegistry.h b/third_party/WebKit/Source/platform/MIMETypeRegistry.h
|
| index b9ab4389e4978a233fc4fffe82f66e8947db3adf..b7531f3d592a9d06a59d54ef0434311aac116990 100644
|
| --- a/third_party/WebKit/Source/platform/MIMETypeRegistry.h
|
| +++ b/third_party/WebKit/Source/platform/MIMETypeRegistry.h
|
| @@ -65,6 +65,10 @@ class PLATFORM_EXPORT MIMETypeRegistry {
|
| // document in a frame. Includes supported JavaScript MIME types.
|
| static bool isSupportedNonImageMIMEType(const String& mimeType);
|
|
|
| + // Check to see if the mime type and codecs are supported media MIME types.
|
| + static bool isSupportedMediaMIMEType(const String& mimeType,
|
| + const String& codecs);
|
| +
|
| // Check to see if the mime type and codecs are supported by the MediaSource
|
| // implementation.
|
| static bool isSupportedMediaSourceMIMEType(const String& mimeType,
|
|
|