| Index: content/renderer/browser_plugin/browser_plugin_manager.h
|
| diff --git a/content/renderer/browser_plugin/browser_plugin_manager.h b/content/renderer/browser_plugin/browser_plugin_manager.h
|
| index be865c404336802dd9f00061ab239b4effe4d1f1..5639fad8a9d800dcf5a34e444bf2cb65c6036d8b 100644
|
| --- a/content/renderer/browser_plugin/browser_plugin_manager.h
|
| +++ b/content/renderer/browser_plugin/browser_plugin_manager.h
|
| @@ -25,6 +25,7 @@ struct WebPluginParams;
|
| namespace content {
|
|
|
| class BrowserPlugin;
|
| +class BrowserPluginDelegate;
|
| class BrowserPluginManagerFactory;
|
| class RenderViewImpl;
|
|
|
| @@ -52,7 +53,7 @@ class CONTENT_EXPORT BrowserPluginManager
|
| virtual BrowserPlugin* CreateBrowserPlugin(
|
| RenderViewImpl* render_view,
|
| blink::WebFrame* frame,
|
| - bool auto_navigate) = 0;
|
| + scoped_ptr<BrowserPluginDelegate> delegate) = 0;
|
|
|
| void Attach(int browser_plugin_instance_id);
|
|
|
|
|