Chromium Code Reviews| 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; |
| } |