| 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 b33400ce98b941a58e9ec9a9f02feaab60583349..e545a710df4aeab9f308a4471d492092a335f423 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| @@ -94,8 +94,10 @@ InterfaceMapElement interface_map[] = {
|
| true },
|
| { PPB_TESTING_DEV_INTERFACE_0_9, PluginTesting::GetInterface(), true },
|
| { PPB_TESTING_DEV_INTERFACE, PluginTesting::GetInterface(), true },
|
| - { PPB_UDPSOCKET_PRIVATE_INTERFACE, PluginUDPSocketPrivate::GetInterface(),
|
| - true },
|
| + { PPB_UDPSOCKET_PRIVATE_INTERFACE_0_2,
|
| + PluginUDPSocketPrivate::GetInterface0_2(), true },
|
| + { PPB_UDPSOCKET_PRIVATE_INTERFACE_0_3,
|
| + PluginUDPSocketPrivate::GetInterface0_3(), true },
|
| { PPB_URLLOADER_INTERFACE, PluginURLLoader::GetInterface(), true },
|
| { PPB_URLREQUESTINFO_INTERFACE, PluginURLRequestInfo::GetInterface(), true },
|
| { PPB_URLRESPONSEINFO_INTERFACE, PluginURLResponseInfo::GetInterface(),
|
|
|