| 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 fc9cf7ce869de0f2de87d1a5b8e98898e3a26f38..aee89df35b22d42fc8ab6a225f87b42f8d3b2930 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;
|
|
|