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 // See interfaces_ppb_private_no_permissions.h for other private interfaces. | 10 // See interfaces_ppb_private_no_permissions.h for other private interfaces. |
(...skipping 15 matching lines...) Expand all Loading... |
26 PPB_BrowserFont_Trusted_1_0) | 26 PPB_BrowserFont_Trusted_1_0) |
27 PROXIED_IFACE(PPB_Instance, | 27 PROXIED_IFACE(PPB_Instance, |
28 PPB_CONTENTDECRYPTOR_PRIVATE_INTERFACE_0_6, | 28 PPB_CONTENTDECRYPTOR_PRIVATE_INTERFACE_0_6, |
29 PPB_ContentDecryptor_Private_0_6) | 29 PPB_ContentDecryptor_Private_0_6) |
30 PROXIED_IFACE(PPB_Instance, PPB_CHARSET_TRUSTED_INTERFACE_1_0, | 30 PROXIED_IFACE(PPB_Instance, PPB_CHARSET_TRUSTED_INTERFACE_1_0, |
31 PPB_CharSet_Trusted_1_0) | 31 PPB_CharSet_Trusted_1_0) |
32 PROXIED_IFACE(NoAPIName, PPB_FILECHOOSER_TRUSTED_INTERFACE_0_5, | 32 PROXIED_IFACE(NoAPIName, PPB_FILECHOOSER_TRUSTED_INTERFACE_0_5, |
33 PPB_FileChooserTrusted_0_5) | 33 PPB_FileChooserTrusted_0_5) |
34 PROXIED_IFACE(NoAPIName, PPB_FILECHOOSER_TRUSTED_INTERFACE_0_6, | 34 PROXIED_IFACE(NoAPIName, PPB_FILECHOOSER_TRUSTED_INTERFACE_0_6, |
35 PPB_FileChooserTrusted_0_6) | 35 PPB_FileChooserTrusted_0_6) |
36 PROXIED_IFACE(PPB_FileRef, PPB_FILEREFPRIVATE_INTERFACE_0_1, | 36 PROXIED_IFACE(NoAPIName, PPB_FILEREFPRIVATE_INTERFACE_0_1, |
37 PPB_FileRefPrivate_0_1) | 37 PPB_FileRefPrivate_0_1) |
38 // TODO(xhwang): Move PPB_Flash_DeviceID back to interfaces_ppb_private_flash.h. | 38 // TODO(xhwang): Move PPB_Flash_DeviceID back to interfaces_ppb_private_flash.h. |
39 PROXIED_IFACE(NoAPIName, PPB_FLASH_DEVICEID_INTERFACE_1_0, | 39 PROXIED_IFACE(NoAPIName, PPB_FLASH_DEVICEID_INTERFACE_1_0, |
40 PPB_Flash_DeviceID_1_0) | 40 PPB_Flash_DeviceID_1_0) |
41 PROXIED_IFACE(PPB_Instance, PPB_FLASHFULLSCREEN_INTERFACE_0_1, | 41 PROXIED_IFACE(PPB_Instance, PPB_FLASHFULLSCREEN_INTERFACE_0_1, |
42 PPB_FlashFullscreen_0_1) | 42 PPB_FlashFullscreen_0_1) |
43 PROXIED_IFACE(PPB_Instance, PPB_FLASHFULLSCREEN_INTERFACE_1_0, | 43 PROXIED_IFACE(PPB_Instance, PPB_FLASHFULLSCREEN_INTERFACE_1_0, |
44 PPB_FlashFullscreen_0_1) | 44 PPB_FlashFullscreen_0_1) |
45 PROXIED_IFACE(NoAPIName, PPB_PDF_INTERFACE, | 45 PROXIED_IFACE(NoAPIName, PPB_PDF_INTERFACE, |
46 PPB_PDF) | 46 PPB_PDF) |
47 | 47 |
48 PROXIED_IFACE(NoAPIName, PPB_TALK_PRIVATE_INTERFACE_1_0, | 48 PROXIED_IFACE(NoAPIName, PPB_TALK_PRIVATE_INTERFACE_1_0, |
49 PPB_Talk_Private_1_0) | 49 PPB_Talk_Private_1_0) |
50 PROXIED_IFACE(NoAPIName, PPB_TALK_PRIVATE_INTERFACE_2_0, | 50 PROXIED_IFACE(NoAPIName, PPB_TALK_PRIVATE_INTERFACE_2_0, |
51 PPB_Talk_Private_2_0) | 51 PPB_Talk_Private_2_0) |
52 // This uses the FileIO API which is declared in the public stable file. | 52 // This uses the FileIO API which is declared in the public stable file. |
53 PROXIED_IFACE(NoAPIName, PPB_FILEIOTRUSTED_INTERFACE_0_4, PPB_FileIOTrusted_0_4) | 53 PROXIED_IFACE(NoAPIName, PPB_FILEIOTRUSTED_INTERFACE_0_4, PPB_FileIOTrusted_0_4) |
54 | 54 |
55 PROXIED_IFACE(NoAPIName, PPB_URLLOADERTRUSTED_INTERFACE_0_3, | 55 PROXIED_IFACE(NoAPIName, PPB_URLLOADERTRUSTED_INTERFACE_0_3, |
56 PPB_URLLoaderTrusted_0_3) | 56 PPB_URLLoaderTrusted_0_3) |
57 | 57 |
58 // Hack to keep font working. The Font 0.6 API is binary compatible with | 58 // Hack to keep font working. The Font 0.6 API is binary compatible with |
59 // BrowserFont 1.0, so just map the string to the same thing. | 59 // BrowserFont 1.0, so just map the string to the same thing. |
60 // TODO(brettw) remove support for the old Font API. | 60 // TODO(brettw) remove support for the old Font API. |
61 PROXIED_IFACE(PPB_Instance, PPB_FONT_DEV_INTERFACE_0_6, | 61 PROXIED_IFACE(PPB_Instance, PPB_FONT_DEV_INTERFACE_0_6, |
62 PPB_BrowserFont_Trusted_1_0) | 62 PPB_BrowserFont_Trusted_1_0) |
63 #endif // !defined(OS_NACL) | 63 #endif // !defined(OS_NACL) |
64 | 64 |
65 #include "ppapi/thunk/interfaces_postamble.h" | 65 #include "ppapi/thunk/interfaces_postamble.h" |
OLD | NEW |