summaryrefslogtreecommitdiffstats
path: root/content/ppapi_plugin/ppapi_thread.cc
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-17 01:08:10 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-17 01:08:10 +0000
commit7008c98e2ae6da2056515208c5c01deb9609084f (patch)
tree297a88380830962a2ec8470757d8dbbb87eb0d00 /content/ppapi_plugin/ppapi_thread.cc
parent2cd8d641f7b1418f60c47733255566c0c1b84914 (diff)
downloadchromium_src-7008c98e2ae6da2056515208c5c01deb9609084f.zip
chromium_src-7008c98e2ae6da2056515208c5c01deb9609084f.tar.gz
chromium_src-7008c98e2ae6da2056515208c5c01deb9609084f.tar.bz2
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
Diffstat (limited to 'content/ppapi_plugin/ppapi_thread.cc')
-rw-r--r--content/ppapi_plugin/ppapi_thread.cc2
1 files changed, 2 insertions, 0 deletions
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() {