| Index: content/public/renderer/render_frame.h
|
| diff --git a/content/public/renderer/render_frame.h b/content/public/renderer/render_frame.h
|
| index 68992bd43234af805b06887c111fa2f15a2d35f2..62143e0e966abc0c72a49058e0a2b9f9b268bb11 100644
|
| --- a/content/public/renderer/render_frame.h
|
| +++ b/content/public/renderer/render_frame.h
|
| @@ -138,7 +138,6 @@ class CONTENT_EXPORT RenderFrame : public IPC::Listener,
|
| // Create a new NPAPI/Pepper plugin depending on |info|. Returns NULL if no
|
| // plugin was found. |throttler| may be empty.
|
| virtual blink::WebPlugin* CreatePlugin(
|
| - blink::WebFrame* frame,
|
| const WebPluginInfo& info,
|
| const blink::WebPluginParams& params,
|
| std::unique_ptr<PluginInstanceThrottler> throttler) = 0;
|
|
|