| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 // Please see inteface_ppb_public_stable for the documentation on the format of | 5 // Please see inteface_ppb_public_stable for the documentation on the format of |
| 6 // this file. | 6 // this file. |
| 7 | 7 |
| 8 #include "ppapi/thunk/interfaces_preamble.h" | 8 #include "ppapi/thunk/interfaces_preamble.h" |
| 9 | 9 |
| 10 PROXIED_API(PPB_Broker) | 10 PROXIED_API(PPB_Broker) |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 PPB_FileChooserTrusted_0_6) | 32 PPB_FileChooserTrusted_0_6) |
| 33 PROXIED_IFACE(PPB_FileRef, PPB_FILEREFPRIVATE_INTERFACE_0_1, | 33 PROXIED_IFACE(PPB_FileRef, PPB_FILEREFPRIVATE_INTERFACE_0_1, |
| 34 PPB_FileRefPrivate_0_1) | 34 PPB_FileRefPrivate_0_1) |
| 35 // This uses the FileIO API which is declared in the public stable file. | 35 // This uses the FileIO API which is declared in the public stable file. |
| 36 PROXIED_IFACE(PPB_FileIO, PPB_FILEIOTRUSTED_INTERFACE_0_4, | 36 PROXIED_IFACE(PPB_FileIO, PPB_FILEIOTRUSTED_INTERFACE_0_4, |
| 37 PPB_FileIOTrusted_0_4) | 37 PPB_FileIOTrusted_0_4) |
| 38 PROXIED_IFACE(PPB_HostResolver_Private, PPB_HOSTRESOLVER_PRIVATE_INTERFACE_0_1, | 38 PROXIED_IFACE(PPB_HostResolver_Private, PPB_HOSTRESOLVER_PRIVATE_INTERFACE_0_1, |
| 39 PPB_HostResolver_Private_0_1) | 39 PPB_HostResolver_Private_0_1) |
| 40 PROXIED_IFACE(PPB_Instance, PPB_FLASHFULLSCREEN_INTERFACE_0_1, | 40 PROXIED_IFACE(PPB_Instance, PPB_FLASHFULLSCREEN_INTERFACE_0_1, |
| 41 PPB_FlashFullscreen_0_1) | 41 PPB_FlashFullscreen_0_1) |
| 42 PROXIED_IFACE(PPB_Instance, PPB_FLASHFULLSCREEN_INTERFACE_1_0, |
| 43 PPB_FlashFullscreen_0_1) |
| 42 PROXIED_IFACE(NoAPIName, PPB_NETADDRESS_PRIVATE_INTERFACE_0_1, | 44 PROXIED_IFACE(NoAPIName, PPB_NETADDRESS_PRIVATE_INTERFACE_0_1, |
| 43 PPB_NetAddress_Private_0_1) | 45 PPB_NetAddress_Private_0_1) |
| 44 PROXIED_IFACE(NoAPIName, PPB_NETADDRESS_PRIVATE_INTERFACE_1_0, | 46 PROXIED_IFACE(NoAPIName, PPB_NETADDRESS_PRIVATE_INTERFACE_1_0, |
| 45 PPB_NetAddress_Private_1_0) | 47 PPB_NetAddress_Private_1_0) |
| 46 PROXIED_IFACE(NoAPIName, PPB_NETADDRESS_PRIVATE_INTERFACE_1_1, | 48 PROXIED_IFACE(NoAPIName, PPB_NETADDRESS_PRIVATE_INTERFACE_1_1, |
| 47 PPB_NetAddress_Private_1_1) | 49 PPB_NetAddress_Private_1_1) |
| 48 PROXIED_IFACE(PPB_Talk_Private, PPB_TALK_PRIVATE_INTERFACE_1_0, | 50 PROXIED_IFACE(PPB_Talk_Private, PPB_TALK_PRIVATE_INTERFACE_1_0, |
| 49 PPB_Talk_Private_1_0) | 51 PPB_Talk_Private_1_0) |
| 50 PROXIED_IFACE(PPB_TCPServerSocket_Private, | 52 PROXIED_IFACE(PPB_TCPServerSocket_Private, |
| 51 PPB_TCPSERVERSOCKET_PRIVATE_INTERFACE_0_1, | 53 PPB_TCPSERVERSOCKET_PRIVATE_INTERFACE_0_1, |
| (...skipping 18 matching lines...) Expand all Loading... |
| 70 PPB_NETWORKMONITOR_PRIVATE_INTERFACE_0_2, | 72 PPB_NETWORKMONITOR_PRIVATE_INTERFACE_0_2, |
| 71 PPB_NetworkMonitor_Private_0_2) | 73 PPB_NetworkMonitor_Private_0_2) |
| 72 | 74 |
| 73 // Hack to keep font working. The Font 0.6 API is binary compatible with | 75 // Hack to keep font working. The Font 0.6 API is binary compatible with |
| 74 // BrowserFont 1.0, so just map the string to the same thing. | 76 // BrowserFont 1.0, so just map the string to the same thing. |
| 75 // TODO(brettw) remove support for the old Font API. | 77 // TODO(brettw) remove support for the old Font API. |
| 76 PROXIED_IFACE(PPB_Instance, PPB_FONT_DEV_INTERFACE_0_6, | 78 PROXIED_IFACE(PPB_Instance, PPB_FONT_DEV_INTERFACE_0_6, |
| 77 PPB_BrowserFont_Trusted_1_0) | 79 PPB_BrowserFont_Trusted_1_0) |
| 78 | 80 |
| 79 #include "ppapi/thunk/interfaces_postamble.h" | 81 #include "ppapi/thunk/interfaces_postamble.h" |
| OLD | NEW |