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

Unified Diff: trunk/src/content/ppapi_plugin/ppapi_thread.cc

Issue 23463037: Revert 223482 "Simplify PPB_NetworkMonitor proxy." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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
« no previous file with comments | « trunk/src/content/content_browser.gypi ('k') | trunk/src/content/public/common/socket_permission_request.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « trunk/src/content/content_browser.gypi ('k') | trunk/src/content/public/common/socket_permission_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698