From 7008c98e2ae6da2056515208c5c01deb9609084f Mon Sep 17 00:00:00 2001 From: "sergeyu@chromium.org" Date: Tue, 17 Sep 2013 01:08:10 +0000 Subject: Revert r223494 "Simplify PPB_NetworkMonitor proxy." TBR=sergeyu@chromium.org BUG=281781 Review URL: https://codereview.chromium.org/23514062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223497 0039d316-1c4b-4281-b951-d872f2087c98 --- content/ppapi_plugin/ppapi_thread.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/ppapi_plugin/ppapi_thread.cc') diff --git a/content/ppapi_plugin/ppapi_thread.cc b/content/ppapi_plugin/ppapi_thread.cc index 2d46807..c4021cb 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() { -- cgit v1.1