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
3 // found in the LICENSE file.
4 
5 // Please see inteface_ppb_public_stable for the documentation on the format of
6 // this file.
7 
8 // no-include-guard-because-multiply-included
9 
10 #include "ppapi/thunk/interfaces_preamble.h"
11 
12 // See interfaces_ppb_private_no_permissions.h for other private interfaces.
13 
14 PROXIED_API(PPB_X509Certificate_Private)
15 
16 PROXIED_IFACE(PPB_X509CERTIFICATE_PRIVATE_INTERFACE_0_1,
17               PPB_X509Certificate_Private_0_1)
18 
19 #if !defined(OS_NACL)
20 PROXIED_IFACE(PPB_BROWSERFONT_TRUSTED_INTERFACE_1_0,
21               PPB_BrowserFont_Trusted_1_0)
22 PROXIED_IFACE(PPB_CHARSET_TRUSTED_INTERFACE_1_0,
23               PPB_CharSet_Trusted_1_0)
24 PROXIED_IFACE(PPB_FILECHOOSER_TRUSTED_INTERFACE_0_5,
25               PPB_FileChooserTrusted_0_5)
26 PROXIED_IFACE(PPB_FILECHOOSER_TRUSTED_INTERFACE_0_6,
27               PPB_FileChooserTrusted_0_6)
28 PROXIED_IFACE(PPB_FILEREFPRIVATE_INTERFACE_0_1,
29               PPB_FileRefPrivate_0_1)
30 #endif  // !defined(OS_NACL)
31 
32 #include "ppapi/thunk/interfaces_postamble.h"
33