| Index: content/browser/browser_plugin/test_browser_plugin_guest.h
|
| diff --git a/content/browser/browser_plugin/test_browser_plugin_guest.h b/content/browser/browser_plugin/test_browser_plugin_guest.h
|
| index 3d2c52e270551f61c6d019111f872171e2dec8b2..dfc01c0d058e81544ff1a444f9e443304fb4d892 100644
|
| --- a/content/browser/browser_plugin/test_browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/test_browser_plugin_guest.h
|
| @@ -26,8 +26,7 @@ class TestBrowserPluginGuest : public BrowserPluginGuest {
|
| TestBrowserPluginGuest(int instance_id,
|
| WebContentsImpl* web_contents,
|
| RenderViewHost* render_view_host,
|
| - bool focused,
|
| - bool visible);
|
| + const BrowserPluginHostMsg_CreateGuest_Params& params);
|
| virtual ~TestBrowserPluginGuest();
|
|
|
| WebContentsImpl* web_contents() const;
|
|
|