Index: content/ppapi_plugin/ppapi_thread.cc |
diff --git a/content/ppapi_plugin/ppapi_thread.cc b/content/ppapi_plugin/ppapi_thread.cc |
index f1fb7f71e4f396c333ad23480778df06a26764de..a11990f86c1e1b4184ec38b8df9321cf8690ac13 100644 |
--- a/content/ppapi_plugin/ppapi_thread.cc |
+++ b/content/ppapi_plugin/ppapi_thread.cc |
@@ -112,6 +112,8 @@ bool PpapiThread::OnMessageReceived(const IPC::Message& msg) { |
OnPluginDispatcherMessageReceived(msg)) |
IPC_MESSAGE_HANDLER_GENERIC(PpapiMsg_PPBUDPSocket_BindACK, |
OnPluginDispatcherMessageReceived(msg)) |
+ IPC_MESSAGE_HANDLER_GENERIC(PpapiMsg_PPBUDPSocket_SetSocketFeatureACK, |
+ OnPluginDispatcherMessageReceived(msg)) |
IPC_MESSAGE_HANDLER_GENERIC(PpapiMsg_PPBTalk_GetPermissionACK, |
OnPluginDispatcherMessageReceived(msg)) |
IPC_MESSAGE_HANDLER_GENERIC(PpapiMsg_PPBHostResolver_ResolveACK, |