Index: content/common/browser_plugin_messages.h |
diff --git a/content/common/browser_plugin_messages.h b/content/common/browser_plugin_messages.h |
index 563684b4b10e63ed842fbd17dfc4ae0364ce6d7f..964dc016180f556d1c49aa35cc80bb5265b88151 100644 |
--- a/content/common/browser_plugin_messages.h |
+++ b/content/common/browser_plugin_messages.h |
@@ -36,6 +36,11 @@ IPC_MESSAGE_ROUTED3(BrowserPluginHostMsg_CreateGuest, |
std::string /* storage_partition_id */, |
bool /* persist_storage */) |
+// Tells the browser process to terminate the guest associated with the |
+// browser plugin associated with the provided |instance_id|. |
+IPC_MESSAGE_ROUTED1(BrowserPluginHostMsg_TerminateGuest, |
+ int /* instance_id */) |
+ |
// Tells the guest to navigate to an entry |relative_index| away from the |
// current navigation entry. |
IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_Go, |