| 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 3c8220710036137bd26849ac6551d039117f2717..135a5c20b0079bd0b71874bfba483705ab49dc9e 100644
|
| --- a/third_party/WebKit/Source/platform/MIMETypeRegistry.h
|
| +++ b/third_party/WebKit/Source/platform/MIMETypeRegistry.h
|
| @@ -69,6 +69,9 @@ public:
|
|
|
| // Check to see if a mime type is a valid Java applet mime type
|
| static bool isJavaAppletMIMEType(const String& mimeType);
|
| +
|
| + // Check to see if a mime type is suitable for being loaded as a stylesheet.
|
| + static bool isSupportedStyleSheetMIMEType(const String& mimeType);
|
| };
|
|
|
| } // namespace blink
|
|
|