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

Unified Diff: media/mojo/interfaces/content_decryption_module.mojom

Issue 813683005: Add |legacy_destination_url| back to SessionMessage for EME (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changes Created 5 years, 11 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/cdm/proxy_decryptor.cc ('k') | media/mojo/services/mojo_cdm.h » ('j') | no next file with comments »
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 aa3414df840807907c9e2adcf28c200668c141c5..aeee15bdf5d089995dddda19773ed6bbc9d1013f 100644
--- a/media/mojo/interfaces/content_decryption_module.mojom
+++ b/media/mojo/interfaces/content_decryption_module.mojom
@@ -117,7 +117,8 @@ interface ContentDecryptionModule {
// Session callbacks. See media/base/media_keys.h for details.
interface ContentDecryptionModuleClient {
- OnSessionMessage(string session_id, CdmMessageType message_type, array<uint8> message);
+ OnSessionMessage(string session_id, CdmMessageType message_type,
+ array<uint8> message, string legacy_destination_url);
OnSessionClosed(string session_id);
« no previous file with comments | « media/cdm/proxy_decryptor.cc ('k') | media/mojo/services/mojo_cdm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698