| Index: components/plugins/renderer/plugin_placeholder.h
|
| diff --git a/components/plugins/renderer/plugin_placeholder.h b/components/plugins/renderer/plugin_placeholder.h
|
| index 5d9caa10ee4f33876c7a335d439b14107b12be48..7b8ebaaf21eccecbd484ab1d21a19622d0d3e4b7 100644
|
| --- a/components/plugins/renderer/plugin_placeholder.h
|
| +++ b/components/plugins/renderer/plugin_placeholder.h
|
| @@ -36,6 +36,7 @@ class PluginPlaceholder : public content::RenderFrameObserver,
|
| const blink::WebPluginParams& GetPluginParams() const;
|
|
|
| // WebViewPlugin::Delegate methods:
|
| + void BindWebFrame(blink::WebFrame* frame) override;
|
| void ShowContextMenu(const blink::WebMouseEvent&) override;
|
| void PluginDestroyed() override;
|
| v8::Local<v8::Object> GetV8ScriptableObject(
|
|
|