| Index: chromecast/media/cdm/browser_cdm_cast.h
|
| diff --git a/chromecast/media/cdm/browser_cdm_cast.h b/chromecast/media/cdm/browser_cdm_cast.h
|
| index fe80b464fbe39ca3f7f2a14f13cdb95880091f8b..8714d810d30ee6a0c20c74fe9a2a8baabf1e1730 100644
|
| --- a/chromecast/media/cdm/browser_cdm_cast.h
|
| +++ b/chromecast/media/cdm/browser_cdm_cast.h
|
| @@ -69,7 +69,8 @@ class BrowserCdmCast : public ::media::BrowserCdm {
|
| protected:
|
| void OnSessionMessage(const std::string& session_id,
|
| const std::vector<uint8_t>& message,
|
| - const GURL& destination_url);
|
| + const GURL& destination_url,
|
| + ::media::MediaKeys::MessageType message_type);
|
| void OnSessionClosed(const std::string& session_id);
|
| void OnSessionKeysChange(const std::string& session_id,
|
| const ::media::KeyIdAndKeyPairs& keys);
|
|
|