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

Unified Diff: content/renderer/pepper/pepper_plugin_instance_impl.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
Index: content/renderer/pepper/pepper_plugin_instance_impl.h
diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.h b/content/renderer/pepper/pepper_plugin_instance_impl.h
index ffc8ebb69c5b4bd308c79037f539d88f745dabc0..3bfac15a930e458705beac852b8c4c3529217f35 100644
--- a/content/renderer/pepper/pepper_plugin_instance_impl.h
+++ b/content/renderer/pepper/pepper_plugin_instance_impl.h
@@ -479,7 +479,8 @@ class CONTENT_EXPORT PepperPluginInstanceImpl
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) override;
void SessionKeysChange(
PP_Instance instance,
PP_Var web_session_id_var,
« no previous file with comments | « content/renderer/pepper/content_decryptor_delegate.cc ('k') | content/renderer/pepper/pepper_plugin_instance_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698