| Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_net_address_private.h
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_net_address_private.h b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_net_address_private.h
|
| index e08d3b283c990c8d42c485478f64a032b75a0183..98d5eeb3b14ecf5c52cbe87c3fb6eee2603dceea 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_net_address_private.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_net_address_private.h
|
| @@ -15,6 +15,7 @@ class PluginNetAddressPrivate {
|
| public:
|
| static const PPB_NetAddress_Private_0_1* GetInterface0_1();
|
| static const PPB_NetAddress_Private_1_0* GetInterface1_0();
|
| + static const PPB_NetAddress_Private_1_1* GetInterface1_1();
|
|
|
| private:
|
| NACL_DISALLOW_COPY_AND_ASSIGN(PluginNetAddressPrivate);
|
|
|