| 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 cc67f94f9d2be8dfc023f374f0010e2a7e0faa02..6b1464c1b9b520724ee9c78a9599ab0e24b77b74 100644
|
| --- a/ppapi/proxy/ppp_content_decryptor_private_proxy.h
|
| +++ b/ppapi/proxy/ppp_content_decryptor_private_proxy.h
|
| @@ -32,7 +32,9 @@ class PPP_ContentDecryptor_Private_Proxy : public InterfaceProxy {
|
|
|
| // Message handlers.
|
| void OnMsgInitialize(PP_Instance instance,
|
| - SerializedVarReceiveInput key_system);
|
| + SerializedVarReceiveInput key_system,
|
| + PP_Bool allow_distinctive_identifier,
|
| + PP_Bool allow_persistent_state);
|
| void OnMsgSetServerCertificate(PP_Instance instance,
|
| uint32_t promise_id,
|
| std::vector<uint8_t> server_certificate);
|
|
|