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

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

Issue 1160983002: Allows support for persistent session types in BrowserCdm. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removes session_type TODO Created 5 years, 7 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') | chromecast/media/cdm/browser_cdm_cast.cc » ('J')
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 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
« no previous file with comments | « no previous file | chromecast/media/cdm/browser_cdm_cast.cc » ('j') | chromecast/media/cdm/browser_cdm_cast.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698