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 3f595e4450d6c696bf4230c764e9581bb45a9880..7b04456e4cc59d136d612f25605f6b4801725a04 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -121,7 +121,8 @@ class CONTENT_EXPORT BrowserPluginGuest |
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_; |