Index: public/web/WebFrameClient.h |
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h |
index 0d27fbfc407557f8c38c923c735b5ee8fba4db3b..c77a394480bee1982c3a71cc3d41637ba68c01b0 100644 |
--- a/public/web/WebFrameClient.h |
+++ b/public/web/WebFrameClient.h |
@@ -80,7 +80,6 @@ class WebPermissionClient; |
class WebServiceWorkerProvider; |
class WebSocketHandle; |
class WebPlugin; |
-class WebPluginPlaceholder; |
class WebPresentationClient; |
class WebPushClient; |
class WebRTCPeerConnectionHandler; |
@@ -106,9 +105,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. |