| 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 5e7ecc85dbadd6dc09d6f795e7c4f2db9ad44412..2e4ad8548a919cbb298dac5419e5ada3d56cf6fb 100644
|
| --- a/ppapi/proxy/ppp_content_decryptor_private_proxy.h
|
| +++ b/ppapi/proxy/ppp_content_decryptor_private_proxy.h
|
| @@ -30,8 +30,10 @@ class PPP_ContentDecryptor_Private_Proxy : public InterfaceProxy {
|
| virtual bool OnMessageReceived(const IPC::Message& msg);
|
|
|
| // Message handlers.
|
| + void OnMsgInitialize(PP_Instance instance,
|
| + SerializedVarReceiveInput key_system,
|
| + bool can_challenge_platform);
|
| void OnMsgGenerateKeyRequest(PP_Instance instance,
|
| - SerializedVarReceiveInput key_system,
|
| SerializedVarReceiveInput type,
|
| SerializedVarReceiveInput init_data);
|
| void OnMsgAddKey(PP_Instance instance,
|
|
|