Index: content/common/browser_plugin_messages.h |
diff --git a/content/common/browser_plugin_messages.h b/content/common/browser_plugin_messages.h |
index ddb38c1e75040c11468eb5e71229ed8630dba4bd..9abb64b1d81bebfd13a85c997dc905614dfb38d0 100644 |
--- a/content/common/browser_plugin_messages.h |
+++ b/content/common/browser_plugin_messages.h |
@@ -82,7 +82,11 @@ IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_NavigateFromGuest, |
// A guest instance is ready to be placed. |
IPC_MESSAGE_CONTROL3(BrowserPluginMsg_LoadGuest, |
- int /* instance id */, |
+ int /* instance_id */, |
int /* guest_process_id */, |
IPC::ChannelHandle /* channel_handle */) |
+IPC_MESSAGE_CONTROL2(BrowserPluginMsg_AdvanceFocus, |
+ int /* instance_id */, |
+ bool /* reverse */) |
+ |