| Index: extensions/common/extension_messages.h
|
| diff --git a/extensions/common/extension_messages.h b/extensions/common/extension_messages.h
|
| index 76ce134baad30ba1d495a139da96aee227dcf6c7..404fdc2f2d4f378cde110efa54826ee25019cfb6 100644
|
| --- a/extensions/common/extension_messages.h
|
| +++ b/extensions/common/extension_messages.h
|
| @@ -569,9 +569,13 @@ IPC_MESSAGE_ROUTED3(ExtensionHostMsg_ContentScriptsExecuting,
|
| int32 /* page_id of the _topmost_ frame */,
|
| GURL /* url of the _topmost_ frame */)
|
|
|
| -IPC_MESSAGE_ROUTED2(ExtensionHostMsg_NotifyExtensionScriptExecution,
|
| +IPC_MESSAGE_ROUTED3(ExtensionHostMsg_RequestContentScriptPermission,
|
| std::string /* extension id */,
|
| - int /* page id */)
|
| + int /* page id */,
|
| + int /* request id */)
|
| +
|
| +IPC_MESSAGE_ROUTED1(ExtensionMsg_GrantContentScriptPermission,
|
| + int /* request id */)
|
|
|
| // Sent by the renderer when a web page is checking if its app is installed.
|
| IPC_MESSAGE_ROUTED3(ExtensionHostMsg_GetAppInstallState,
|
|
|