Index: content/common/browser_plugin_messages.h |
diff --git a/content/common/browser_plugin_messages.h b/content/common/browser_plugin_messages.h |
index f9926331af676973abbef33c9e48d8e7e8d2f707..0ed03d91d3c82a0d584e859c2d0382f7576e4d00 100644 |
--- a/content/common/browser_plugin_messages.h |
+++ b/content/common/browser_plugin_messages.h |
@@ -63,9 +63,8 @@ IPC_MESSAGE_ROUTED3(BrowserPluginHostMsg_UpdateRect_ACK, |
// that WebContents. If not, it will create the WebContents, associate it with |
// the BrowserPlugin's browser-side BrowserPluginHost as a guest, and navigate |
// it to the requested URL. |
-IPC_MESSAGE_ROUTED4(BrowserPluginHostMsg_NavigateGuest, |
+IPC_MESSAGE_ROUTED3(BrowserPluginHostMsg_NavigateGuest, |
int /* instance_id*/, |
- int64 /* frame_id */, |
std::string /* src */, |
gfx::Size /* size */) |