| Index: content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.cc b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| index c95d3fe63cb3b638c72f1484e57c4d967ecbd857..988d066b65cb8f1eca5f645274d75b9db2f9f8f2 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| @@ -2179,14 +2179,6 @@ PP_Var PepperPluginInstanceImpl::GetDefaultCharSet(PP_Instance instance) {
|
| // PPP_ContentDecryptor_Private calls made on |content_decryptor_delegate_|.
|
| // Therefore, |content_decryptor_delegate_| must have been initialized when
|
| // the following methods are called.
|
| -void PepperPluginInstanceImpl::NeedKey(PP_Instance instance,
|
| - PP_Var key_system_var,
|
| - PP_Var session_id_var,
|
| - PP_Var init_data_var) {
|
| - content_decryptor_delegate_->NeedKey(
|
| - key_system_var, session_id_var, init_data_var);
|
| -}
|
| -
|
| void PepperPluginInstanceImpl::KeyAdded(PP_Instance instance,
|
| PP_Var key_system_var,
|
| PP_Var session_id_var) {
|
|
|