Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Unified Diff: chromecast/media/cdm/browser_cdm_cast.h

Issue 984693002: Chromecast: implement other MediaKeys interfaces in BrowserCdmCast. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change to NOTREACHED Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chromecast/media/cdm/browser_cdm_cast.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | chromecast/media/cdm/browser_cdm_cast.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698