summaryrefslogtreecommitdiffstats
path: root/content/ppapi_plugin
diff options
context:
space:
mode:
authorygorshenin@chromium.org <ygorshenin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-28 19:42:59 +0000
committerygorshenin@chromium.org <ygorshenin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-28 19:42:59 +0000
commit8522332eef21df16cac696d7725f4b5eeebc3be6 (patch)
tree8a2704f6dd82e0a8ef9ed247766cdb63a7728e1e /content/ppapi_plugin
parenta23bccf2686126046ec29b7cbe69b0b9c809a153 (diff)
downloadchromium_src-8522332eef21df16cac696d7725f4b5eeebc3be6.zip
chromium_src-8522332eef21df16cac696d7725f4b5eeebc3be6.tar.gz
chromium_src-8522332eef21df16cac696d7725f4b5eeebc3be6.tar.bz2
TCPSockets are switched to the new Pepper proxy.
BUG=230784 TEST=browser_tests:*TCPSocket*, *TCPServerSocket* Review URL: https://chromiumcodereview.appspot.com/22923014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220073 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/ppapi_plugin')
-rw-r--r--content/ppapi_plugin/ppapi_thread.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/content/ppapi_plugin/ppapi_thread.cc b/content/ppapi_plugin/ppapi_thread.cc
index 73d51ad..c2b4e04 100644
--- a/content/ppapi_plugin/ppapi_thread.cc
+++ b/content/ppapi_plugin/ppapi_thread.cc
@@ -101,10 +101,6 @@ 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_TCPSOCKET,
- &dispatcher_message_listener_);
- AddRoute(ppapi::API_ID_PPB_TCPSOCKET_PRIVATE,
- &dispatcher_message_listener_);
AddRoute(ppapi::API_ID_PPB_HOSTRESOLVER_PRIVATE,
&dispatcher_message_listener_);
AddRoute(ppapi::API_ID_PPB_NETWORKMANAGER_PRIVATE,