| Index: webkit/api/public/WebMimeRegistry.h
|
| ===================================================================
|
| --- webkit/api/public/WebMimeRegistry.h (revision 30823)
|
| +++ webkit/api/public/WebMimeRegistry.h (working copy)
|
| @@ -40,6 +40,7 @@
|
| public:
|
| enum SupportsType { IsNotSupported, IsSupported, MayBeSupported };
|
|
|
| + virtual SupportsType supportsMIMEType(const WebString& mimeType) = 0;
|
| virtual SupportsType supportsImageMIMEType(const WebString& mimeType) = 0;
|
| virtual SupportsType supportsJavaScriptMIMEType(const WebString& mimeType) = 0;
|
| virtual SupportsType supportsMediaMIMEType(const WebString& mimeType,
|
|
|