| Index: public/web/WebFrameClient.h
|
| diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
|
| index db5910bd65b2784b6db15515b85e8c451caca285..5f3bd5bf2547515419402739c15cdec0b7435d3c 100644
|
| --- a/public/web/WebFrameClient.h
|
| +++ b/public/web/WebFrameClient.h
|
| @@ -81,7 +81,6 @@ class WebPermissionClient;
|
| class WebServiceWorkerProvider;
|
| class WebSocketHandle;
|
| class WebPlugin;
|
| -class WebPluginPlaceholder;
|
| class WebPresentationClient;
|
| class WebPushClient;
|
| class WebRTCPeerConnectionHandler;
|
| @@ -107,9 +106,6 @@ public:
|
| // Factory methods -----------------------------------------------------
|
|
|
| // May return null.
|
| - virtual WebPluginPlaceholder* createPluginPlaceholder(WebLocalFrame*, const WebPluginParams&) { return 0; }
|
| -
|
| - // May return null.
|
| virtual WebPlugin* createPlugin(WebLocalFrame*, const WebPluginParams&) { return 0; }
|
|
|
| // May return null.
|
|
|