Index: content/browser/browser_plugin/browser_plugin_guest.h |
diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h |
index 3be3d526cc67644958594da433d0cc3b735c7799..946fbb53134ae368154cd798a1a687bdb7d3cffb 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -124,7 +124,8 @@ class CONTENT_EXPORT BrowserPluginGuest : public WebContentsObserver { |
bool OnMessageReceivedFromEmbedder(const IPC::Message& message); |
void Initialize(const BrowserPluginHostMsg_Attach_Params& params, |
- WebContentsImpl* embedder_web_contents); |
+ WebContentsImpl* embedder_web_contents, |
+ const base::DictionaryValue& extra_params); |
WebContentsImpl* embedder_web_contents() const { |
return embedder_web_contents_; |