| Index: ppapi/thunk/interfaces_ppb_private.h
|
| diff --git a/ppapi/thunk/interfaces_ppb_private.h b/ppapi/thunk/interfaces_ppb_private.h
|
| index 6513e0d199cf1c42d0feaded903a02d53d08e6a0..b7477f88c0dddcf489d39291f90b87d81f755165 100644
|
| --- a/ppapi/thunk/interfaces_ppb_private.h
|
| +++ b/ppapi/thunk/interfaces_ppb_private.h
|
| @@ -13,6 +13,8 @@ PROXIED_API(PPB_UDPSocket_Private)
|
|
|
| PROXIED_IFACE(PPB_Broker, PPB_BROKER_TRUSTED_INTERFACE_0_2,
|
| PPB_BrokerTrusted_0_2)
|
| +PROXIED_IFACE(PPB_Instance, PPB_CHARSET_TRUSTED_INTERFACE_1_0,
|
| + PPB_CharSet_Trusted_1_0)
|
| PROXIED_IFACE(PPB_FileRef, PPB_FILEREFPRIVATE_INTERFACE_0_1,
|
| PPB_FileRefPrivate_0_1)
|
| // This uses the FileIO API which is declared in the public stable file.
|
|
|