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

Unified Diff: ppapi/proxy/plugin_main_nacl.cc

Issue 11185039: Handle additional messages in the NaCl PpapiDispatcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/plugin_main_nacl.cc
===================================================================
--- ppapi/proxy/plugin_main_nacl.cc (revision 162270)
+++ ppapi/proxy/plugin_main_nacl.cc (working copy)
@@ -180,6 +180,8 @@
OnPluginDispatcherMessageReceived(msg))
IPC_MESSAGE_HANDLER_GENERIC(PpapiMsg_PPBUDPSocket_BindACK,
OnPluginDispatcherMessageReceived(msg))
+ IPC_MESSAGE_HANDLER_GENERIC(PpapiMsg_PPBHostResolver_ResolveACK,
+ OnPluginDispatcherMessageReceived(msg))
piman 2012/10/17 20:24:41 Is there a reason why we whitelist the messages we
bbudge 2012/10/17 20:41:06 We exclude code that won't be useful for NaCl apps
bbudge 2012/10/17 20:51:04 Oh, I see your point now. I'll make this forward a
IPC_END_MESSAGE_MAP()
return true;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698