| 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 a700798f8bc5d2a468c7359c97fbeecfc177bc91..3113820b21b4f8a76173eccaf39a987b6183412d 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| @@ -442,10 +442,6 @@ class CONTENT_EXPORT PepperPluginInstanceImpl
|
| PP_URLComponents_Dev* components) OVERRIDE;
|
|
|
| // PPB_ContentDecryptor_Private implementation.
|
| - virtual void NeedKey(PP_Instance instance,
|
| - PP_Var key_system,
|
| - PP_Var session_id,
|
| - PP_Var init_data) OVERRIDE;
|
| virtual void KeyAdded(PP_Instance instance,
|
| PP_Var key_system,
|
| PP_Var session_id) OVERRIDE;
|
|
|