Index: content/public/browser/browser_plugin_guest_delegate.h |
diff --git a/content/public/browser/browser_plugin_guest_delegate.h b/content/public/browser/browser_plugin_guest_delegate.h |
index 2818982bef637d3c0507dc2b96d793e3a14c32a5..ac73bc4f3f9108c1d37f60acd6447327a93950ab 100644 |
--- a/content/public/browser/browser_plugin_guest_delegate.h |
+++ b/content/public/browser/browser_plugin_guest_delegate.h |
@@ -28,8 +28,7 @@ class CONTENT_EXPORT BrowserPluginGuestDelegate { |
// Notification that the embedder will begin attachment. This is called |
// prior to resuming resource loads. |
- virtual void WillAttach(content::WebContents* embedder_web_contents, |
- const base::DictionaryValue& extra_params) {} |
+ virtual void WillAttach(content::WebContents* embedder_web_contents) {} |
virtual WebContents* CreateNewGuestWindow( |
const WebContents::CreateParams& create_params); |