| Index: ppapi/thunk/interfaces_ppb_private_flash.h
|
| diff --git a/ppapi/thunk/interfaces_ppb_private_flash.h b/ppapi/thunk/interfaces_ppb_private_flash.h
|
| index 1a96fbc66043fe22b5c6e39fec53d180dc72dff4..4f13d1c119b3cac78223490c3ac5f4487a76ee97 100644
|
| --- a/ppapi/thunk/interfaces_ppb_private_flash.h
|
| +++ b/ppapi/thunk/interfaces_ppb_private_flash.h
|
| @@ -8,7 +8,6 @@
|
| #include "ppapi/thunk/interfaces_preamble.h"
|
|
|
| PROXIED_API(PPB_Flash)
|
| -
|
| PROXIED_IFACE(PPB_Flash,
|
| PPB_FLASH_INTERFACE_11_0,
|
| PPB_Flash_11)
|
| @@ -21,7 +20,6 @@ PROXIED_IFACE(PPB_Flash,
|
| PROXIED_IFACE(PPB_Flash,
|
| PPB_FLASH_INTERFACE_12_2,
|
| PPB_Flash_12_2)
|
| -
|
| PROXIED_IFACE(PPB_Flash,
|
| PPB_FLASH_CLIPBOARD_INTERFACE_3_LEGACY,
|
| PPB_Flash_Clipboard_3_0)
|
| @@ -31,5 +29,26 @@ PROXIED_IFACE(PPB_Flash,
|
| PROXIED_IFACE(PPB_Flash,
|
| PPB_FLASH_CLIPBOARD_INTERFACE_4_0,
|
| PPB_Flash_Clipboard_4_0)
|
| +PROXIED_IFACE(PPB_Flash,
|
| + PPB_FLASH_FILE_MODULELOCAL_INTERFACE,
|
| + PPB_Flash_File_ModuleLocal)
|
| +PROXIED_IFACE(PPB_Flash,
|
| + PPB_FLASH_FILE_FILEREF_INTERFACE,
|
| + PPB_Flash_File_FileRef)
|
| +
|
| +PROXIED_API(PPB_Flash_Menu)
|
| +PROXIED_IFACE(PPB_Flash_Menu,
|
| + PPB_FLASH_MENU_INTERFACE_0_2,
|
| + PPB_Flash_Menu_0_2)
|
| +
|
| +PROXIED_API(PPB_Flash_MessageLoop)
|
| +PROXIED_IFACE(PPB_Flash_MessageLoop,
|
| + PPB_FLASH_MESSAGELOOP_INTERFACE_0_1,
|
| + PPB_Flash_MessageLoop_0_1)
|
| +
|
| +// TCPSocketPrivate is defined in the normal private interfaces.
|
| +PROXIED_IFACE(PPB_TCPSocket_Private,
|
| + PPB_FLASH_TCPSOCKET_INTERFACE_0_2,
|
| + PPB_TCPSocket_Private_0_3)
|
|
|
| #include "ppapi/thunk/interfaces_postamble.h"
|
|
|