| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 1c978843848b91019a3c0d00b8f7f615f56f03fb..8096a2c616e872ff910091e696dd7352710770c0 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -783,8 +783,9 @@ IPC_MESSAGE_ROUTED3(
|
| int32_t /* result */)
|
|
|
| // PPP_ContentDecryptor_Dev
|
| -IPC_MESSAGE_ROUTED4(PpapiMsg_PPPContentDecryptor_Initialize,
|
| +IPC_MESSAGE_ROUTED5(PpapiMsg_PPPContentDecryptor_Initialize,
|
| PP_Instance /* instance */,
|
| + uint32_t /* promise_id */,
|
| ppapi::proxy::SerializedVar /* key_system, String */,
|
| PP_Bool /* allow_distinctive_identifier */,
|
| PP_Bool /* allow_persistent_state */)
|
|
|