| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| index 83b5f846f16a187f835e24b1de4c41011f2286f8..0e1855e8fbedc0867e3ebb885020f61fac1d1524 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -70,7 +70,6 @@ class WebInputMethodControllerImpl;
|
| class WebNode;
|
| class WebPerformance;
|
| class WebPlugin;
|
| -class WebPluginContainerBase;
|
| class WebScriptExecutionCallback;
|
| class WebView;
|
| class WebViewBase;
|
| @@ -351,17 +350,6 @@ class WEB_EXPORT WebLocalFrameImpl final
|
| static WebLocalFrameImpl* FromFrame(LocalFrame&);
|
| static WebLocalFrameImpl* FromFrameOwnerElement(Element*);
|
|
|
| - // If the frame hosts a PluginDocument, this method returns the
|
| - // WebPluginContainerBase that hosts the plugin.
|
| - static WebPluginContainerBase* PluginContainerFromFrame(LocalFrame*);
|
| -
|
| - // If the frame hosts a PluginDocument, this method returns the
|
| - // WebPluginContainerBase that hosts the plugin. If the provided node is a
|
| - // plugin, then it runs its WebPluginContainerBase. Otherwise, uses the
|
| - // currently focused element (if any).
|
| - static WebPluginContainerBase* CurrentPluginContainer(LocalFrame*,
|
| - Node* = nullptr);
|
| -
|
| WebViewBase* ViewImpl() const override;
|
|
|
| FrameView* GetFrameView() const override {
|
|
|