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

Unified Diff: media/mojo/services/mojo_cdm.h

Issue 1004623009: media: Hook up ContentDecryptionModuleClient in mojo CDM service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
Index: media/mojo/services/mojo_cdm.h
diff --git a/media/mojo/services/mojo_cdm.h b/media/mojo/services/mojo_cdm.h
index 64a71da7d562160e7b773ff08f2f78d76a3a814d..cd7c76c2802311443f5a8a7d2c34a76359c213c7 100644
--- a/media/mojo/services/mojo_cdm.h
+++ b/media/mojo/services/mojo_cdm.h
@@ -88,6 +88,7 @@ class MojoCdm : public MediaKeys, public mojo::ContentDecryptionModuleClient {
}
mojo::ContentDecryptionModulePtr remote_cdm_;
+ mojo::Binding<ContentDecryptionModuleClient> binding_;
// Callbacks for firing session events.
SessionMessageCB session_message_cb_;

Powered by Google App Engine
This is Rietveld 408576698