| 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,
|
|
|