| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index c8995275d4b664ec4ac2448dbf3e120125fdd9c1..2b881ce6aae3ac45ecb1a70adb90f9e72237298e 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -1134,11 +1134,12 @@ IPC_MESSAGE_ROUTED5(PpapiHostMsg_PPBInstance_PromiseRejected,
|
| PP_CdmExceptionCode /* exception_code */,
|
| int32_t /* system_code */,
|
| ppapi::proxy::SerializedVar /* error_description, String */)
|
| -IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBInstance_SessionMessage,
|
| +IPC_MESSAGE_ROUTED5(PpapiHostMsg_PPBInstance_SessionMessage,
|
| PP_Instance /* instance */,
|
| ppapi::proxy::SerializedVar /* web_session_id, String */,
|
| PP_CdmMessageType /* message_type */,
|
| - ppapi::proxy::SerializedVar /* message, ArrayBuffer */)
|
| + ppapi::proxy::SerializedVar /* message, ArrayBuffer */,
|
| + ppapi::proxy::SerializedVar /* destination_url, String */)
|
| IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBInstance_SessionKeysChange,
|
| PP_Instance /* instance */,
|
| std::string /* web_session_id */,
|
|
|