| Index: media/mojo/services/mojo_cdm_service.h
|
| diff --git a/media/mojo/services/mojo_cdm_service.h b/media/mojo/services/mojo_cdm_service.h
|
| index bccd8e19358a9ee55c014796556d0ca559d8e271..da8f372df80b0c5c2767c0fcbd85bcf7231eba0a 100644
|
| --- a/media/mojo/services/mojo_cdm_service.h
|
| +++ b/media/mojo/services/mojo_cdm_service.h
|
| @@ -53,7 +53,8 @@ class MojoCdmService
|
| // Callbacks for firing session events.
|
| void OnSessionMessage(const std::string& session_id,
|
| MediaKeys::MessageType message_type,
|
| - const std::vector<uint8_t>& message);
|
| + const std::vector<uint8_t>& message,
|
| + const GURL& legacy_destination_url);
|
| void OnSessionKeysChange(const std::string& session_id,
|
| bool has_additional_usable_key,
|
| CdmKeysInfo keys_info);
|
|
|