Chromium Code Reviews| Index: webkit/glue/plugins/webplugin_delegate_impl.h |
| =================================================================== |
| --- webkit/glue/plugins/webplugin_delegate_impl.h (revision 13823) |
| +++ webkit/glue/plugins/webplugin_delegate_impl.h (working copy) |
| @@ -90,6 +90,8 @@ |
| virtual int GetQuirks() const { return quirks_; } |
| private: |
| + friend class DeleteTask<WebPluginDelegateImpl>; |
| + |
| WebPluginDelegateImpl(gfx::NativeView containing_view, |
| NPAPI::PluginInstance *instance); |
| ~WebPluginDelegateImpl(); |