diff options
Diffstat (limited to 'content/ppapi_plugin/ppapi_thread.cc')
-rw-r--r-- | content/ppapi_plugin/ppapi_thread.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/ppapi_plugin/ppapi_thread.cc b/content/ppapi_plugin/ppapi_thread.cc index be56a45..a65f905 100644 --- a/content/ppapi_plugin/ppapi_thread.cc +++ b/content/ppapi_plugin/ppapi_thread.cc @@ -102,6 +102,8 @@ PpapiThread::PpapiThread(const CommandLine& command_line, bool is_broker) // note that only those InterfaceProxy-based ones require registration. AddRoute(ppapi::API_ID_PPB_TCPSERVERSOCKET_PRIVATE, &dispatcher_message_listener_); + AddRoute(ppapi::API_ID_PPB_TCPSOCKET, + &dispatcher_message_listener_); AddRoute(ppapi::API_ID_PPB_TCPSOCKET_PRIVATE, &dispatcher_message_listener_); AddRoute(ppapi::API_ID_PPB_UDPSOCKET_PRIVATE, |