Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc |
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc |
index ed3f6739cb273dc119d033b4b1e1ef5e6e4f55d6..61300a2db2f44f0d43e107be2abb5038b35e81ae 100644 |
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc |
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc |
@@ -131,6 +131,8 @@ InterfaceMapElement interface_map[] = { |
PluginUDPSocketPrivate::GetInterface0_2(), true }, |
{ PPB_UDPSOCKET_PRIVATE_INTERFACE_0_3, |
PluginUDPSocketPrivate::GetInterface0_3(), true }, |
+ { PPB_UDPSOCKET_PRIVATE_INTERFACE_0_4, |
+ PluginUDPSocketPrivate::GetInterface0_4(), true }, |
{ PPB_URLLOADER_INTERFACE, PluginURLLoader::GetInterface(), true }, |
{ PPB_URLREQUESTINFO_INTERFACE, PluginURLRequestInfo::GetInterface(), true }, |
{ PPB_URLRESPONSEINFO_INTERFACE, PluginURLResponseInfo::GetInterface(), |