Index: content/common/browser_plugin_messages.h |
diff --git a/content/common/browser_plugin_messages.h b/content/common/browser_plugin_messages.h |
index f052b70135eac1d4fe3ca92ecf243a6fd680d1de..0b36e11fdca4e6f7d32a8a554ddbcdbac56fd853 100644 |
--- a/content/common/browser_plugin_messages.h |
+++ b/content/common/browser_plugin_messages.h |
@@ -27,6 +27,12 @@ |
// ----------------------------------------------------------------------------- |
// These messages are from the embedder to the browser process. |
+IPC_MESSAGE_ROUTED4(BrowserPluginHostMsg_CreateGuest, |
+ int /* instance_id */, |
+ int64 /* frame_id */, |
+ std::string /* storage_partition_id */, |
+ bool /* persist_storage */) |
+ |
// Tells the guest to focus or defocus itself. |
IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_SetFocus, |
int /* instance_id */, |