| Index: ppapi/proxy/ppp_content_decryptor_private_proxy.h
|
| diff --git a/ppapi/proxy/ppp_content_decryptor_private_proxy.h b/ppapi/proxy/ppp_content_decryptor_private_proxy.h
|
| index 483c744c877fd1ad97d5104f44170170bbe3167c..0df8734ca241208b62d5d1b9b8c24d38fef6fd58 100644
|
| --- a/ppapi/proxy/ppp_content_decryptor_private_proxy.h
|
| +++ b/ppapi/proxy/ppp_content_decryptor_private_proxy.h
|
| @@ -32,6 +32,7 @@ class PPP_ContentDecryptor_Private_Proxy : public InterfaceProxy {
|
|
|
| // Message handlers.
|
| void OnMsgInitialize(PP_Instance instance,
|
| + uint32_t promise_id,
|
| SerializedVarReceiveInput key_system,
|
| PP_Bool allow_distinctive_identifier,
|
| PP_Bool allow_persistent_state);
|
|
|