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: media/mojo/interfaces/content_decryption_module.mojom

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
« no previous file with comments | « no previous file | media/mojo/interfaces/decryptor.mojom » ('j') | media/mojo/services/mojo_cdm.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/content_decryption_module.mojom
diff --git a/media/mojo/interfaces/content_decryption_module.mojom b/media/mojo/interfaces/content_decryption_module.mojom
index ba544e2800b77fb8427e06912cef5a78caa17a20..d6949f4461a7041cce051e1cf628cd7f9f604a6a 100644
--- a/media/mojo/interfaces/content_decryption_module.mojom
+++ b/media/mojo/interfaces/content_decryption_module.mojom
@@ -67,6 +67,9 @@ interface ContentDecryptionModule {
PERSISTENT_RELEASE_MESSAGE_SESSION
};
+ // Sets ContentDecryptionModuleClient. Must be called before any other calls.
+ SetClient(ContentDecryptionModuleClient client);
+
// Provides a server certificate to be used to encrypt messages to the
// license server.
SetServerCertificate(array<uint8> certificate_data)
« no previous file with comments | « no previous file | media/mojo/interfaces/decryptor.mojom » ('j') | media/mojo/services/mojo_cdm.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698