Index: extensions/common/extension_messages.h |
diff --git a/extensions/common/extension_messages.h b/extensions/common/extension_messages.h |
index b3d662d990a3a3ccd5fce84931c7c15970040c68..44d424254c62db99eae92965d90da840c71a7399 100644 |
--- a/extensions/common/extension_messages.h |
+++ b/extensions/common/extension_messages.h |
@@ -554,6 +554,11 @@ IPC_MESSAGE_CONTROL1(ExtensionMsg_TransferBlobs, |
IPC_MESSAGE_CONTROL1(ExtensionMsg_CreateMimeHandlerViewGuestACK, |
int /* element_instance_id */) |
+// Once a MimeHandlerView guest's JavaScript onload function has been called, |
+// this IPC is sent to the container to notify it. |
+IPC_MESSAGE_ROUTED1(ExtensionMsg_MimeHandlerViewGuestOnLoadCompleted, |
+ int /* element_instance_id */) |
+ |
// Once a RenderView proxy has been created for the guest in the embedder render |
// process, this IPC informs the embedder of the proxy's routing ID. |
IPC_MESSAGE_ROUTED2(ExtensionMsg_GuestAttached, |