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

Unified Diff: ppapi/api/private/ppb_content_decryptor_private.idl

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/test/pipeline_integration_test.cc ('k') | ppapi/c/private/ppb_content_decryptor_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/private/ppb_content_decryptor_private.idl
diff --git a/ppapi/api/private/ppb_content_decryptor_private.idl b/ppapi/api/private/ppb_content_decryptor_private.idl
index 49cc0b37042dd379378c3a8207546a185e2212f5..10f998aa41ba7a4be0c3a662512db49e287bbfcf 100644
--- a/ppapi/api/private/ppb_content_decryptor_private.idl
+++ b/ppapi/api/private/ppb_content_decryptor_private.idl
@@ -89,12 +89,17 @@ interface PPB_ContentDecryptor_Private {
*
* @param[in] message A <code>PP_Var</code> of type
* <code>PP_VARTYPE_ARRAY_BUFFER</code> that contains the message.
+ *
+ * @param[in] legacy_destination_url A <code>PP_Var</code> of type
+ * <code>PP_VARTYPE_STRING</code> containing the destination URL for the
+ * message.
*/
void SessionMessage(
[in] PP_Instance instance,
[in] PP_Var web_session_id,
[in] PP_CdmMessageType message_type,
- [in] PP_Var message);
+ [in] PP_Var message,
+ [in] PP_Var legacy_destination_url);
/**
* The keys for a session have changed.
« no previous file with comments | « media/test/pipeline_integration_test.cc ('k') | ppapi/c/private/ppb_content_decryptor_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698