Index: extensions/common/extension_messages.h |
diff --git a/extensions/common/extension_messages.h b/extensions/common/extension_messages.h |
index 9bb15abaa89535afc5ec304b2f0804e2ff4b6fd9..d91c1ff86edf35fbc9e8ae978a51168c183aafcc 100644 |
--- a/extensions/common/extension_messages.h |
+++ b/extensions/common/extension_messages.h |
@@ -642,3 +642,6 @@ IPC_MESSAGE_CONTROL2(ExtensionHostMsg_AddDOMActionToActivityLog, |
// to change. |
IPC_MESSAGE_ROUTED1(ExtensionHostMsg_OnWatchedPageChange, |
std::vector<std::string> /* Matching CSS selectors */) |
+ |
+// Sent by the renderer when it has taken ownership of a Blob. |
+IPC_MESSAGE_ROUTED1(ExtensionHostMsg_BlobOwnershipTaken, std::string /* uuid */) |