| 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 66c1794601f376685d9f1fa04921e4777d77d776..8f4ab6a4643f5f96c29a14513a4b82a5789d462c 100644
|
| --- a/chromecast/media/cdm/browser_cdm_cast.h
|
| +++ b/chromecast/media/cdm/browser_cdm_cast.h
|
| @@ -52,11 +52,11 @@ class BrowserCdmCast : public ::media::BrowserCdm {
|
| const std::string& key_id) const = 0;
|
|
|
| protected:
|
| - void OnSessionMessage(const std::string& web_session_id,
|
| + void OnSessionMessage(const std::string& session_id,
|
| const std::vector<uint8>& message,
|
| const GURL& destination_url);
|
| - void OnSessionClosed(const std::string& web_session_id);
|
| - void OnSessionKeysChange(const std::string& web_session_id,
|
| + void OnSessionClosed(const std::string& session_id);
|
| + void OnSessionKeysChange(const std::string& session_id,
|
| const ::media::KeyIdAndKeyPairs& keys);
|
|
|
| private:
|
|
|