Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Side by Side Diff: ppapi/thunk/interfaces_ppb_private.h

Issue 11316316: Implement an IsAllowed function in the pepper PPB_Broker_Trusted API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ppapi/tests/test_broker.cc ('k') | ppapi/thunk/ppb_broker_api.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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.
11 11
12 PROXIED_API(PPB_X509Certificate_Private) 12 PROXIED_API(PPB_X509Certificate_Private)
13 13
14 PROXIED_IFACE(PPB_X509Certificate_Private, 14 PROXIED_IFACE(PPB_X509Certificate_Private,
15 PPB_X509CERTIFICATE_PRIVATE_INTERFACE_0_1, 15 PPB_X509CERTIFICATE_PRIVATE_INTERFACE_0_1,
16 PPB_X509Certificate_Private_0_1) 16 PPB_X509Certificate_Private_0_1)
17 17
18 #if !defined(OS_NACL) 18 #if !defined(OS_NACL)
19 PROXIED_API(PPB_Broker) 19 PROXIED_API(PPB_Broker)
20 20
21 PROXIED_IFACE(PPB_Broker, PPB_BROKER_TRUSTED_INTERFACE_0_2, 21 PROXIED_IFACE(PPB_Broker, PPB_BROKER_TRUSTED_INTERFACE_0_2,
22 PPB_BrokerTrusted_0_2) 22 PPB_BrokerTrusted_0_2)
23 PROXIED_IFACE(PPB_Broker, PPB_BROKER_TRUSTED_INTERFACE_0_3,
24 PPB_BrokerTrusted_0_3)
23 PROXIED_IFACE(PPB_Instance, PPB_BROWSERFONT_TRUSTED_INTERFACE_1_0, 25 PROXIED_IFACE(PPB_Instance, PPB_BROWSERFONT_TRUSTED_INTERFACE_1_0,
24 PPB_BrowserFont_Trusted_1_0) 26 PPB_BrowserFont_Trusted_1_0)
25 PROXIED_IFACE(PPB_Instance, 27 PROXIED_IFACE(PPB_Instance,
26 PPB_CONTENTDECRYPTOR_PRIVATE_INTERFACE_0_6, 28 PPB_CONTENTDECRYPTOR_PRIVATE_INTERFACE_0_6,
27 PPB_ContentDecryptor_Private_0_6) 29 PPB_ContentDecryptor_Private_0_6)
28 PROXIED_IFACE(PPB_Instance, PPB_CHARSET_TRUSTED_INTERFACE_1_0, 30 PROXIED_IFACE(PPB_Instance, PPB_CHARSET_TRUSTED_INTERFACE_1_0,
29 PPB_CharSet_Trusted_1_0) 31 PPB_CharSet_Trusted_1_0)
30 PROXIED_IFACE(NoAPIName, PPB_FILECHOOSER_TRUSTED_INTERFACE_0_5, 32 PROXIED_IFACE(NoAPIName, PPB_FILECHOOSER_TRUSTED_INTERFACE_0_5,
31 PPB_FileChooserTrusted_0_5) 33 PPB_FileChooserTrusted_0_5)
32 PROXIED_IFACE(NoAPIName, PPB_FILECHOOSER_TRUSTED_INTERFACE_0_6, 34 PROXIED_IFACE(NoAPIName, PPB_FILECHOOSER_TRUSTED_INTERFACE_0_6,
(...skipping 12 matching lines...) Expand all
45 PPB_Talk_Private_1_0) 47 PPB_Talk_Private_1_0)
46 48
47 // Hack to keep font working. The Font 0.6 API is binary compatible with 49 // Hack to keep font working. The Font 0.6 API is binary compatible with
48 // BrowserFont 1.0, so just map the string to the same thing. 50 // BrowserFont 1.0, so just map the string to the same thing.
49 // TODO(brettw) remove support for the old Font API. 51 // TODO(brettw) remove support for the old Font API.
50 PROXIED_IFACE(PPB_Instance, PPB_FONT_DEV_INTERFACE_0_6, 52 PROXIED_IFACE(PPB_Instance, PPB_FONT_DEV_INTERFACE_0_6,
51 PPB_BrowserFont_Trusted_1_0) 53 PPB_BrowserFont_Trusted_1_0)
52 #endif // !defined(OS_NACL) 54 #endif // !defined(OS_NACL)
53 55
54 #include "ppapi/thunk/interfaces_postamble.h" 56 #include "ppapi/thunk/interfaces_postamble.h"
OLDNEW
« no previous file with comments | « ppapi/tests/test_broker.cc ('k') | ppapi/thunk/ppb_broker_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698