| Index: webkit/glue/simple_webmimeregistry_impl.h
|
| ===================================================================
|
| --- webkit/glue/simple_webmimeregistry_impl.h (revision 65944)
|
| +++ webkit/glue/simple_webmimeregistry_impl.h (working copy)
|
| @@ -11,6 +11,9 @@
|
|
|
| class SimpleWebMimeRegistryImpl : public WebKit::WebMimeRegistry {
|
| public:
|
| + SimpleWebMimeRegistryImpl() {}
|
| + virtual ~SimpleWebMimeRegistryImpl() {}
|
| +
|
| // WebMimeRegistry methods:
|
| virtual WebKit::WebMimeRegistry::SupportsType supportsMIMEType(
|
| const WebKit::WebString&);
|
|
|