| Index: media/cdm/proxy_decryptor.h
|
| diff --git a/media/cdm/proxy_decryptor.h b/media/cdm/proxy_decryptor.h
|
| index 809589dbdcc3c788ddd018b8a8228972b07b4226..ac4ff09d8e81e23b42ab637668186a6ca97c3994 100644
|
| --- a/media/cdm/proxy_decryptor.h
|
| +++ b/media/cdm/proxy_decryptor.h
|
| @@ -75,7 +75,8 @@ class MEDIA_EXPORT ProxyDecryptor {
|
| const std::vector<uint8>& message,
|
| const GURL& default_url);
|
| void OnSessionKeysChange(const std::string& web_session_id,
|
| - bool has_additional_usable_key);
|
| + bool has_additional_usable_key,
|
| + CdmKeysInfo keys_info);
|
| void OnSessionExpirationUpdate(const std::string& web_session_id,
|
| const base::Time& new_expiry_time);
|
| void GenerateKeyAdded(const std::string& web_session_id);
|
|
|