Index: content/ppapi_plugin/ppapi_thread.cc |
diff --git a/content/ppapi_plugin/ppapi_thread.cc b/content/ppapi_plugin/ppapi_thread.cc |
index 2d46807a371d709e6967cd400e6af0e915abdfea..c4021cb7ea0a3a49323f29e417a47f66cdd31181 100644 |
--- a/content/ppapi_plugin/ppapi_thread.cc |
+++ b/content/ppapi_plugin/ppapi_thread.cc |
@@ -103,6 +103,8 @@ PpapiThread::PpapiThread(const CommandLine& command_line, bool is_broker) |
// 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() { |