| Index: ppapi/thunk/interfaces_ppb_private.h
|
| diff --git a/ppapi/thunk/interfaces_ppb_private.h b/ppapi/thunk/interfaces_ppb_private.h
|
| index ac063442cbb7477796cbc121fbdfbb566de997fc..4e0869781e81affde4596f3745e09282219a3619 100644
|
| --- a/ppapi/thunk/interfaces_ppb_private.h
|
| +++ b/ppapi/thunk/interfaces_ppb_private.h
|
| @@ -34,15 +34,14 @@ PROXIED_IFACE(NoAPIName, PPB_FILECHOOSER_TRUSTED_INTERFACE_0_6,
|
| PPB_FileChooserTrusted_0_6)
|
| 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.
|
| -PROXIED_IFACE(PPB_FileIO, PPB_FILEIOTRUSTED_INTERFACE_0_4,
|
| - PPB_FileIOTrusted_0_4)
|
| PROXIED_IFACE(PPB_Instance, PPB_FLASHFULLSCREEN_INTERFACE_0_1,
|
| PPB_FlashFullscreen_0_1)
|
| PROXIED_IFACE(PPB_Instance, PPB_FLASHFULLSCREEN_INTERFACE_1_0,
|
| PPB_FlashFullscreen_0_1)
|
| PROXIED_IFACE(PPB_Talk_Private, PPB_TALK_PRIVATE_INTERFACE_1_0,
|
| PPB_Talk_Private_1_0)
|
| +// This uses the FileIO API which is declared in the public stable file.
|
| +PROXIED_IFACE(NoAPIName, PPB_FILEIOTRUSTED_INTERFACE_0_4, PPB_FileIOTrusted_0_4)
|
|
|
| // Hack to keep font working. The Font 0.6 API is binary compatible with
|
| // BrowserFont 1.0, so just map the string to the same thing.
|
|
|