| Index: content/browser/browser_plugin/browser_plugin_embedder.h
|
| diff --git a/content/browser/browser_plugin/browser_plugin_embedder.h b/content/browser/browser_plugin/browser_plugin_embedder.h
|
| index 3c35bef17a722a605fb8f2ae0c38ec96c576fbe9..2c25360a76e854895ec03e6f6f005d9cd695a3ae 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_embedder.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_embedder.h
|
| @@ -83,14 +83,12 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver {
|
| // |instance_id|.
|
| void OnGuestCallback(int instance_id,
|
| const BrowserPluginHostMsg_Attach_Params& params,
|
| - const base::DictionaryValue* extra_params,
|
| WebContents* guest_web_contents);
|
|
|
| // Message handlers.
|
|
|
| void OnAttach(int instance_id,
|
| - const BrowserPluginHostMsg_Attach_Params& params,
|
| - const base::DictionaryValue& extra_params);
|
| + const BrowserPluginHostMsg_Attach_Params& params);
|
| void OnPluginAtPositionResponse(int instance_id,
|
| int request_id,
|
| const gfx::Point& position);
|
|
|