| Index: components/plugins/renderer/plugin_placeholder.h
|
| diff --git a/components/plugins/renderer/plugin_placeholder.h b/components/plugins/renderer/plugin_placeholder.h
|
| index b0f0f4cea02fc8a14913b228f809b8ec21647250..b3e47c754bf9d4e794bd9f0e4e2cc9888dbaab08 100644
|
| --- a/components/plugins/renderer/plugin_placeholder.h
|
| +++ b/components/plugins/renderer/plugin_placeholder.h
|
| @@ -35,11 +35,11 @@ class PluginPlaceholder : public content::RenderFrameObserver,
|
| blink::WebLocalFrame* GetFrame();
|
| const blink::WebPluginParams& GetPluginParams() const;
|
|
|
| - private:
|
| // WebViewPlugin::Delegate methods:
|
| void ShowContextMenu(const blink::WebMouseEvent&) override;
|
| void PluginDestroyed() override;
|
|
|
| + private:
|
| // RenderFrameObserver methods:
|
| void OnDestruct() override;
|
|
|
|
|