| Index: extensions/common/extension_messages.h
|
| diff --git a/extensions/common/extension_messages.h b/extensions/common/extension_messages.h
|
| index 76ce134baad30ba1d495a139da96aee227dcf6c7..f15799cf8b925376417a08ee8c656c58d3e9070e 100644
|
| --- a/extensions/common/extension_messages.h
|
| +++ b/extensions/common/extension_messages.h
|
| @@ -639,3 +639,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 */)
|
|
|