| Index: Source/core/loader/FrameLoaderClient.h
|
| diff --git a/Source/core/loader/FrameLoaderClient.h b/Source/core/loader/FrameLoaderClient.h
|
| index 8d2034b3948c6f54953bcb58135ec9d9f8deed03..baa376ee58ac6a758a3423a033c6364ec13515e9 100644
|
| --- a/Source/core/loader/FrameLoaderClient.h
|
| +++ b/Source/core/loader/FrameLoaderClient.h
|
| @@ -164,6 +164,7 @@ namespace WebCore {
|
| FailOnDetachedPlugin,
|
| AllowDetachedPlugin,
|
| };
|
| + virtual bool canCreatePluginWithoutRenderer(const String& mimeType) const = 0;
|
| virtual PassRefPtr<Widget> createPlugin(HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool loadManually, DetachedPluginPolicy) = 0;
|
|
|
| virtual PassRefPtr<Widget> createJavaAppletWidget(HTMLAppletElement*, const KURL& baseURL, const Vector<String>& paramNames, const Vector<String>& paramValues) = 0;
|
|
|