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..70d4ca0d6577cc0ea87c67af6a8ff999b3766c20 100644 |
--- a/chromecast/media/cdm/browser_cdm_cast.h |
+++ b/chromecast/media/cdm/browser_cdm_cast.h |
@@ -55,9 +55,6 @@ class BrowserCdmCast : public ::media::BrowserCdm { |
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 |