Index: content/common/browser_plugin_messages.h |
diff --git a/content/common/browser_plugin_messages.h b/content/common/browser_plugin_messages.h |
index b874875b325991a2cf5dc3e3cde5f47bd5872bef..4f975d5aa22f967b7d21d7aa98f5762fd1a8fa4f 100644 |
--- a/content/common/browser_plugin_messages.h |
+++ b/content/common/browser_plugin_messages.h |
@@ -68,6 +68,8 @@ IPC_STRUCT_BEGIN(BrowserPluginMsg_LoadCommit_Params) |
IPC_STRUCT_MEMBER(bool, is_top_level) |
// Chrome's process ID for the guest. |
IPC_STRUCT_MEMBER(int, process_id) |
+ // Chrome's routing ID for the guest's RenderView. |
+ IPC_STRUCT_MEMBER(int, route_id) |
// The index of the current navigation entry after this navigation was |
// committed. |
IPC_STRUCT_MEMBER(int, current_entry_index) |