Index: content/common/browser_plugin_messages.h |
diff --git a/content/common/browser_plugin_messages.h b/content/common/browser_plugin_messages.h |
index 71e81810cccc2694e6b00440399bbdc025f8b935..563684b4b10e63ed842fbd17dfc4ae0364ce6d7f 100644 |
--- a/content/common/browser_plugin_messages.h |
+++ b/content/common/browser_plugin_messages.h |
@@ -28,6 +28,14 @@ |
// ----------------------------------------------------------------------------- |
// These messages are from the embedder to the browser process. |
+// This message is sent to the browser process to create the browser plugin |
+// embedder and helper. It is sent once prior to sending the first |
+// BrowserPluginHostMsg_NavigateGuest message. |
+IPC_MESSAGE_ROUTED3(BrowserPluginHostMsg_CreateGuest, |
+ int /* instance_id */, |
+ std::string /* storage_partition_id */, |
+ bool /* persist_storage */) |
+ |
// Tells the guest to navigate to an entry |relative_index| away from the |
// current navigation entry. |
IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_Go, |