Index: content/ppapi_plugin/ppapi_thread.cc |
diff --git a/content/ppapi_plugin/ppapi_thread.cc b/content/ppapi_plugin/ppapi_thread.cc |
index e5120c67653e9780271a76eeb36b1bddbdfbb13e..2315729d40a4f2947391b546227efabcf4f3fa6c 100644 |
--- a/content/ppapi_plugin/ppapi_thread.cc |
+++ b/content/ppapi_plugin/ppapi_thread.cc |
@@ -101,14 +101,10 @@ PpapiThread::PpapiThread(const CommandLine& command_line, bool is_broker) |
// Register interfaces that expect messages from the browser process. Please |
// 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, |
- &dispatcher_message_listener_); |
AddRoute(ppapi::API_ID_PPB_HOSTRESOLVER_PRIVATE, |
&dispatcher_message_listener_); |
AddRoute(ppapi::API_ID_PPB_NETWORKMANAGER_PRIVATE, |