| 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 b8077857e7f1c0adbd8d0b7f8f957304e825f645..401e675048cf051cd71dab28fb763763d6652901 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| @@ -735,7 +735,6 @@ class CONTENT_EXPORT PepperPluginInstanceImpl
|
| bool IsTextureInUse(const cc::TextureMailbox& mailbox) const;
|
|
|
| RenderFrameImpl* render_frame_;
|
| - base::Closure instance_deleted_callback_;
|
| scoped_refptr<PluginModule> module_;
|
| std::unique_ptr<ppapi::PPP_Instance_Combined> instance_interface_;
|
| // If this is the NaCl plugin, we create a new module when we switch to the
|
|
|