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

Unified Diff: media/base/cdm_context.cc

Issue 840473002: media: Support creation and SetCdm() for mojo based CDM. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase only; compiles but needs more polish... 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 | « media/base/cdm_context.h ('k') | media/mojo/interfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/cdm_context.cc
diff --git a/media/base/cdm_context.cc b/media/base/cdm_context.cc
index ec2b633b3a3342e5457dcc68c6e8c610ae8125be..b53fc7d3a5492b971a67072feb539c2e1bdcfab5 100644
--- a/media/base/cdm_context.cc
+++ b/media/base/cdm_context.cc
@@ -6,9 +6,17 @@
namespace media {
-CdmContext::CdmContext() {}
+CdmContext::CdmContext() {
+}
+
+CdmContext::~CdmContext() {
+}
-CdmContext::~CdmContext() {}
+CdmContextProvider::CdmContextProvider() {
+}
+
+CdmContextProvider::~CdmContextProvider() {
+}
void IgnoreCdmAttached(bool success) {
}
« no previous file with comments | « media/base/cdm_context.h ('k') | media/mojo/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698