| 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..2fa42ee7331213b670548adf885149a5b7947c94 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,
|
| + const std::string& serialized_key_systems_flags);
|
| void OnMsgGenerateKeyRequest(PP_Instance instance,
|
| - SerializedVarReceiveInput key_system,
|
| SerializedVarReceiveInput type,
|
| SerializedVarReceiveInput init_data);
|
| void OnMsgAddKey(PP_Instance instance,
|
|
|