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

Unified Diff: ppapi/thunk/ppb_instance_api.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/thunk/ppb_content_decryptor_private_thunk.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/thunk/ppb_instance_api.h
diff --git a/ppapi/thunk/ppb_instance_api.h b/ppapi/thunk/ppb_instance_api.h
index 5f84de5cc0addae6d201e858ea20fa65fee77b38..b0fccbd0c32648635fa8f6e00853dacad706bdfc 100644
--- a/ppapi/thunk/ppb_instance_api.h
+++ b/ppapi/thunk/ppb_instance_api.h
@@ -174,7 +174,8 @@ class PPB_Instance_API {
virtual void SessionMessage(PP_Instance instance,
PP_Var web_session_id_var,
PP_CdmMessageType message_type,
- PP_Var message_var) = 0;
+ PP_Var message_var,
+ PP_Var legacy_destination_url_var) = 0;
virtual void SessionKeysChange(
PP_Instance instance,
PP_Var web_session_id_var,
« no previous file with comments | « ppapi/thunk/ppb_content_decryptor_private_thunk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698