| 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 a173fec74fa36e6f0dea05fd1be8338e924e68f3..e894df4fc2cbab1e104e729516913937dd7b172c 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_embedder.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_embedder.h
|
| @@ -85,14 +85,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);
|
|
|