| Index: media/cdm/ppapi/external_clear_key/clear_key_cdm.h
|
| diff --git a/media/cdm/ppapi/external_clear_key/clear_key_cdm.h b/media/cdm/ppapi/external_clear_key/clear_key_cdm.h
|
| index 49be9d038039712deee1a711645cd6fe1b83ca08..a8e6f85a051418a9cd4981f65038bed605d022aa 100644
|
| --- a/media/cdm/ppapi/external_clear_key/clear_key_cdm.h
|
| +++ b/media/cdm/ppapi/external_clear_key/clear_key_cdm.h
|
| @@ -93,7 +93,8 @@ class ClearKeyCdm : public ClearKeyCdmInterface {
|
| const std::vector<uint8>& message,
|
| const GURL& destination_url);
|
| void OnSessionKeysChange(const std::string& web_session_id,
|
| - bool has_additional_usable_key);
|
| + bool has_additional_usable_key,
|
| + const CdmKeyInformationVector& key_information);
|
| void OnSessionClosed(const std::string& web_session_id);
|
|
|
| // Handle the success/failure of a promise. These methods are responsible for
|
|
|