| 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 ff9fda38327033338dcd00ed825c5dbf94e4d5d7..a5538231da1c147d0fe596e3af32739fe55bdab4 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| @@ -2178,14 +2178,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) {
|
|
|