Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1338)

Unified Diff: content/ppapi_plugin/ppapi_thread.cc

Issue 19005006: Switched proxy for TCPServerSocketPrivate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/ppapi_plugin/ppapi_thread.cc
diff --git a/content/ppapi_plugin/ppapi_thread.cc b/content/ppapi_plugin/ppapi_thread.cc
index 370e465bd512dd38cc41c3c8555499ac3a2543f3..425526a6dcfa29140112977807932b9d8d09712c 100644
--- a/content/ppapi_plugin/ppapi_thread.cc
+++ b/content/ppapi_plugin/ppapi_thread.cc
@@ -100,14 +100,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,

Powered by Google App Engine
This is Rietveld 408576698