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 // These interfaces don't require private permissions. However, they only work | 10 // These interfaces don't require private permissions. However, they only work |
(...skipping 26 matching lines...) Expand all Loading... |
37 PROXIED_IFACE(NoAPIName, PPB_NETADDRESS_PRIVATE_INTERFACE_1_0, | 37 PROXIED_IFACE(NoAPIName, PPB_NETADDRESS_PRIVATE_INTERFACE_1_0, |
38 PPB_NetAddress_Private_1_0) | 38 PPB_NetAddress_Private_1_0) |
39 PROXIED_IFACE(NoAPIName, PPB_NETADDRESS_PRIVATE_INTERFACE_1_1, | 39 PROXIED_IFACE(NoAPIName, PPB_NETADDRESS_PRIVATE_INTERFACE_1_1, |
40 PPB_NetAddress_Private_1_1) | 40 PPB_NetAddress_Private_1_1) |
41 PROXIED_IFACE(NoAPIName, PPB_NETWORKLIST_PRIVATE_INTERFACE_0_2, | 41 PROXIED_IFACE(NoAPIName, PPB_NETWORKLIST_PRIVATE_INTERFACE_0_2, |
42 PPB_NetworkList_Private_0_2) | 42 PPB_NetworkList_Private_0_2) |
43 PROXIED_IFACE(PPB_NetworkMonitor_Private, | 43 PROXIED_IFACE(PPB_NetworkMonitor_Private, |
44 PPB_NETWORKMONITOR_PRIVATE_INTERFACE_0_2, | 44 PPB_NETWORKMONITOR_PRIVATE_INTERFACE_0_2, |
45 PPB_NetworkMonitor_Private_0_2) | 45 PPB_NetworkMonitor_Private_0_2) |
46 | 46 |
| 47 PROXIED_IFACE(NoAPIName, PPB_EXT_CRXFILESYSTEM_PRIVATE_INTERFACE_0_1, |
| 48 PPB_Ext_CrxFileSystem_Private_0_1) |
47 PROXIED_IFACE(NoAPIName, PPB_FILEIO_PRIVATE_INTERFACE_0_1, | 49 PROXIED_IFACE(NoAPIName, PPB_FILEIO_PRIVATE_INTERFACE_0_1, |
48 PPB_FileIO_Private_0_1) | 50 PPB_FileIO_Private_0_1) |
49 | 51 |
50 #include "ppapi/thunk/interfaces_postamble.h" | 52 #include "ppapi/thunk/interfaces_postamble.h" |
OLD | NEW |