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

Unified Diff: ppapi/proxy/ppb_instance_proxy.h

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 | « ppapi/proxy/ppapi_messages.h ('k') | ppapi/proxy/ppb_instance_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppb_instance_proxy.h
diff --git a/ppapi/proxy/ppb_instance_proxy.h b/ppapi/proxy/ppb_instance_proxy.h
index d6ed5c4e504290f47847af9b32d7c0813e481f79..6a0a3b25b588b4455dcb3e11b0fe701160a73c42 100644
--- a/ppapi/proxy/ppb_instance_proxy.h
+++ b/ppapi/proxy/ppb_instance_proxy.h
@@ -144,7 +144,8 @@ class PPB_Instance_Proxy : public InterfaceProxy,
virtual void SessionMessage(PP_Instance instance,
PP_Var web_session_id_var,
PP_CdmMessageType message_type,
- PP_Var message_var) override;
+ PP_Var message_var,
+ PP_Var legacy_destination_url_var) override;
virtual void SessionKeysChange(
PP_Instance instance,
PP_Var web_session_id_var,
@@ -273,10 +274,12 @@ class PPB_Instance_Proxy : public InterfaceProxy,
PP_CdmExceptionCode exception_code,
uint32_t system_code,
SerializedVarReceiveInput error_description);
- virtual void OnHostMsgSessionMessage(PP_Instance instance,
- SerializedVarReceiveInput web_session_id,
- PP_CdmMessageType message_type,
- SerializedVarReceiveInput message);
+ virtual void OnHostMsgSessionMessage(
+ PP_Instance instance,
+ SerializedVarReceiveInput web_session_id,
+ PP_CdmMessageType message_type,
+ SerializedVarReceiveInput message,
+ SerializedVarReceiveInput legacy_destination_url);
virtual void OnHostMsgSessionKeysChange(
PP_Instance instance,
const std::string& web_session_id,
« no previous file with comments | « ppapi/proxy/ppapi_messages.h ('k') | ppapi/proxy/ppb_instance_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698