Chromium Code Reviews| Index: ppapi/proxy/plugin_dispatcher.h |
| =================================================================== |
| --- ppapi/proxy/plugin_dispatcher.h (revision 72517) |
| +++ ppapi/proxy/plugin_dispatcher.h (working copy) |
| @@ -32,6 +32,7 @@ |
| GetInterfaceFunc get_interface, |
| InitModuleFunc init_module, |
| ShutdownModuleFunc shutdown_module); |
| + |
| ~PluginDispatcher(); |
| // Sets/gets the global dispatcher pointer. New code should use the |