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 cc5b98f56c427e12daea79a4038320775a91028f..52962623d62aeeb93dee222c6f7af662c50499d1 100644 |
--- a/content/renderer/pepper/pepper_plugin_instance_impl.h |
+++ b/content/renderer/pepper/pepper_plugin_instance_impl.h |
@@ -10,6 +10,7 @@ |
#include <string> |
#include <vector> |
+#include "base/callback.h" |
#include "base/compiler_specific.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
@@ -664,6 +665,7 @@ class CONTENT_EXPORT PepperPluginInstanceImpl |
const ppapi::URLResponseInfoData& data); |
RenderFrameImpl* render_frame_; |
+ base::Closure instance_deleted_callback_; |
scoped_refptr<PluginModule> module_; |
scoped_ptr<ppapi::PPP_Instance_Combined> instance_interface_; |
// If this is the NaCl plugin, we create a new module when we switch to the |