Chromium Code Reviews| Index: ppapi/thunk/ppb_flash_net_connector_api.h |
| =================================================================== |
| --- ppapi/thunk/ppb_flash_net_connector_api.h (revision 90483) |
| +++ ppapi/thunk/ppb_flash_net_connector_api.h (working copy) |
| @@ -12,6 +12,8 @@ |
| class PPB_Flash_NetConnector_API { |
| public: |
| + virtual ~PPB_Flash_NetConnector_API() {} |
| + |
| virtual int32_t ConnectTcp(const char* host, |
| uint16_t port, |
| PP_FileHandle* socket_out, |