| Index: content/renderer/media/crypto/content_decryption_module_factory.h
|
| diff --git a/content/renderer/media/crypto/content_decryption_module_factory.h b/content/renderer/media/crypto/content_decryption_module_factory.h
|
| index c18bf9d9b2135fd82ae8388712c1019ec26eed6e..ac7ddec989fe5d755233ff43cc4303bf3da8d51b 100644
|
| --- a/content/renderer/media/crypto/content_decryption_module_factory.h
|
| +++ b/content/renderer/media/crypto/content_decryption_module_factory.h
|
| @@ -36,6 +36,8 @@ class ContentDecryptionModuleFactory {
|
| int* cdm_id, // Output parameter indicating the CDM ID of the MediaKeys.
|
| #endif // defined(ENABLE_PEPPER_CDMS)
|
| const media::SessionMessageCB& session_message_cb,
|
| + const media::SessionKeysChangeCB& session_keys_change_cb,
|
| + const media::SessionExpirationChangeCB& session_expiration_change_cb,
|
| const media::SessionReadyCB& session_ready_cb,
|
| const media::SessionClosedCB& session_closed_cb,
|
| const media::SessionErrorCB& session_error_cb);
|
|
|