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 b0abf84757bc07fe99cfb28fa0689c0906a800df..1562bf05638f63ba990a451862e5172a9554a928 100644 |
--- a/content/browser/browser_plugin/browser_plugin_embedder.h |
+++ b/content/browser/browser_plugin/browser_plugin_embedder.h |
@@ -102,7 +102,6 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver, |
// Routes update rect ack message to the appropriate guest. |
void UpdateRectACK( |
int instance_id, |
- int message_id, |
const BrowserPluginHostMsg_AutoSize_Params& auto_size_params, |
const BrowserPluginHostMsg_ResizeGuest_Params& resize_guest_params); |
void SetFocus(int instance_id, bool focused); |