| 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 c0fe3c1dd3e0a1755e5f01721ae8b4cf3758646e..ab894f75cfb6c16dff54d69d1e2587a031c82bbc 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 },
|
|
|