| Index: media/cdm/ppapi/cdm_adapter.h
|
| diff --git a/media/cdm/ppapi/cdm_adapter.h b/media/cdm/ppapi/cdm_adapter.h
|
| index bfa48649c258912ab1002ea40d987a792ec49915..0c3fb430e210d7d166229cda9775045d395233cf 100644
|
| --- a/media/cdm/ppapi/cdm_adapter.h
|
| +++ b/media/cdm/ppapi/cdm_adapter.h
|
| @@ -51,7 +51,8 @@ class CdmAdapter : public pp::Instance,
|
| // PPP_ContentDecryptor_Private implementation.
|
| // Note: Results of calls to these methods must be reported through the
|
| // PPB_ContentDecryptor_Private interface.
|
| - void Initialize(const std::string& key_system,
|
| + void Initialize(uint32_t promise_id,
|
| + const std::string& key_system,
|
| bool allow_distinctive_identifier,
|
| bool allow_persistent_state) override;
|
| void SetServerCertificate(uint32_t promise_id,
|
|
|