Chromium Code Reviews| 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..79481b4e44b35f67eea057507210a1c0a3b98605 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 bool can_challenge_platform); |
|
ddorwin
2013/09/19 00:58:42
same
jrummell
2013/09/19 18:15:15
Done.
|
| void OnMsgGenerateKeyRequest(PP_Instance instance, |
| - SerializedVarReceiveInput key_system, |
| SerializedVarReceiveInput type, |
| SerializedVarReceiveInput init_data); |
| void OnMsgAddKey(PP_Instance instance, |