summaryrefslogtreecommitdiffstats
path: root/WebCore/page/mac/WebCoreViewFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/page/mac/WebCoreViewFactory.h')
-rw-r--r--WebCore/page/mac/WebCoreViewFactory.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/WebCore/page/mac/WebCoreViewFactory.h b/WebCore/page/mac/WebCoreViewFactory.h
index db70b6d..2ca0d17 100644
--- a/WebCore/page/mac/WebCoreViewFactory.h
+++ b/WebCore/page/mac/WebCoreViewFactory.h
@@ -28,9 +28,6 @@
@protocol WebCoreViewFactory
-- (NSArray *)pluginsInfo; // array of id <WebCorePluginInfo>
-- (void)refreshPlugins;
-
- (NSString *)inputElementAltText;
- (NSString *)resetButtonDefaultLabel;
- (NSString *)searchableIndexIntroduction;
@@ -171,13 +168,3 @@
@interface WebCoreViewFactory (SubclassResponsibility) <WebCoreViewFactory>
@end
-
-@protocol WebCorePluginInfo <NSObject>
-- (NSString *)name;
-- (NSString *)filename;
-- (NSString *)pluginDescription;
-- (NSEnumerator *)MIMETypeEnumerator;
-- (NSString *)descriptionForMIMEType:(NSString *)MIMEType;
-- (NSArray *)extensionsForMIMEType:(NSString *)MIMEType;
-@end
-