| 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 2b9f26db977b833143cb607feadb38f99acecc38..f1770aaa7910f61e8b5022bc695da5dfe9cf6ac1 100644
|
| --- a/chromecast/media/cdm/browser_cdm_cast.h
|
| +++ b/chromecast/media/cdm/browser_cdm_cast.h
|
| @@ -45,6 +45,12 @@ class BrowserCdmCast : public ::media::BrowserCdm {
|
| const base::Closure& cdm_unset_cb) override;
|
| void UnregisterPlayer(int registration_id) override;
|
|
|
| + // ::media::BrowserCdm implementation:
|
| + void LoadSession(::media::MediaKeys::SessionType session_type,
|
| + const std::string& session_id,
|
| + scoped_ptr<::media::NewSessionCdmPromise> promise) override;
|
| + ::media::CdmContext* GetCdmContext() override;
|
| +
|
| // Returns the decryption context needed to decrypt frames encrypted with
|
| // |key_id|.
|
| // Returns null if |key_id| is not available.
|
|
|