| 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 7c5032835e36d32c475de086513d58ae5782b7a7..8a737e8e5e12fa11834d7d04d97da911052eb8e1 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
|
| @@ -85,6 +85,7 @@ InterfaceMapElement interface_map[] = {
|
| true },
|
| { PPB_TESTING_DEV_INTERFACE_0_7, PluginTesting::GetInterface(), true },
|
| { PPB_TESTING_DEV_INTERFACE_0_8, PluginTesting::GetInterface(), true },
|
| + { PPB_TESTING_DEV_INTERFACE_0_9, PluginTesting::GetInterface(), true },
|
| { PPB_UDPSOCKET_PRIVATE_INTERFACE, PluginUDPSocketPrivate::GetInterface(),
|
| true },
|
| { PPB_URLLOADER_INTERFACE, PluginURLLoader::GetInterface(), true },
|
|
|