Index: content/browser/browser_plugin/browser_plugin_host_helper.h |
diff --git a/content/browser/browser_plugin/browser_plugin_host_helper.h b/content/browser/browser_plugin/browser_plugin_host_helper.h |
index f20ea2eca32fbd9541ca481b31cac461c4b60b35..f96892b2a188fdba70ea793f13293c7e8ff5a77d 100644 |
--- a/content/browser/browser_plugin/browser_plugin_host_helper.h |
+++ b/content/browser/browser_plugin/browser_plugin_host_helper.h |
@@ -33,8 +33,7 @@ class BrowserPluginHostHelper : public RenderViewHostObserver { |
void OnConnectToChannel(const IPC::ChannelHandle& channel_handle); |
void OnNavigateGuestFromEmbedder(int container_instance_id, |
long long frame_id, |
- const std::string& src, |
- const gfx::Size& size); |
+ const std::string& src); |
void OnResizeGuest(int width, int height); |
// RenderViewHostObserver implementation. |