Index: trunk/src/content/ppapi_plugin/ppapi_thread.cc |
=================================================================== |
--- trunk/src/content/ppapi_plugin/ppapi_thread.cc (revision 223483) |
+++ trunk/src/content/ppapi_plugin/ppapi_thread.cc (working copy) |
@@ -103,6 +103,8 @@ |
// note that only those InterfaceProxy-based ones require registration. |
AddRoute(ppapi::API_ID_PPB_HOSTRESOLVER_PRIVATE, |
&dispatcher_message_listener_); |
+ AddRoute(ppapi::API_ID_PPB_NETWORKMANAGER_PRIVATE, |
+ &dispatcher_message_listener_); |
} |
PpapiThread::~PpapiThread() { |