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

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

Issue 179123009: Encrypted Media: Use uint32 for systemCode in SessionError. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months 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
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_INTERFACE_0_1, 14 PROXIED_IFACE(PPB_X509CERTIFICATE_PRIVATE_INTERFACE_0_1,
15 PPB_X509Certificate_Private_0_1) 15 PPB_X509Certificate_Private_0_1)
16 16
17 #if !defined(OS_NACL) 17 #if !defined(OS_NACL)
18 PROXIED_API(PPB_Broker) 18 PROXIED_API(PPB_Broker)
19 19
20 PROXIED_IFACE(PPB_BROKER_TRUSTED_INTERFACE_0_2, 20 PROXIED_IFACE(PPB_BROKER_TRUSTED_INTERFACE_0_2,
21 PPB_BrokerTrusted_0_2) 21 PPB_BrokerTrusted_0_2)
22 PROXIED_IFACE(PPB_BROKER_TRUSTED_INTERFACE_0_3, 22 PROXIED_IFACE(PPB_BROKER_TRUSTED_INTERFACE_0_3,
23 PPB_BrokerTrusted_0_3) 23 PPB_BrokerTrusted_0_3)
24 PROXIED_IFACE(PPB_BROWSERFONT_TRUSTED_INTERFACE_1_0, 24 PROXIED_IFACE(PPB_BROWSERFONT_TRUSTED_INTERFACE_1_0,
25 PPB_BrowserFont_Trusted_1_0) 25 PPB_BrowserFont_Trusted_1_0)
26 PROXIED_IFACE(PPB_CONTENTDECRYPTOR_PRIVATE_INTERFACE_0_10, 26 PROXIED_IFACE(PPB_CONTENTDECRYPTOR_PRIVATE_INTERFACE_0_11,
27 PPB_ContentDecryptor_Private_0_10) 27 PPB_ContentDecryptor_Private_0_11)
28 PROXIED_IFACE(PPB_CHARSET_TRUSTED_INTERFACE_1_0, 28 PROXIED_IFACE(PPB_CHARSET_TRUSTED_INTERFACE_1_0,
29 PPB_CharSet_Trusted_1_0) 29 PPB_CharSet_Trusted_1_0)
30 PROXIED_IFACE(PPB_FILECHOOSER_TRUSTED_INTERFACE_0_5, 30 PROXIED_IFACE(PPB_FILECHOOSER_TRUSTED_INTERFACE_0_5,
31 PPB_FileChooserTrusted_0_5) 31 PPB_FileChooserTrusted_0_5)
32 PROXIED_IFACE(PPB_FILECHOOSER_TRUSTED_INTERFACE_0_6, 32 PROXIED_IFACE(PPB_FILECHOOSER_TRUSTED_INTERFACE_0_6,
33 PPB_FileChooserTrusted_0_6) 33 PPB_FileChooserTrusted_0_6)
34 PROXIED_IFACE(PPB_FILEREFPRIVATE_INTERFACE_0_1, 34 PROXIED_IFACE(PPB_FILEREFPRIVATE_INTERFACE_0_1,
35 PPB_FileRefPrivate_0_1) 35 PPB_FileRefPrivate_0_1)
36 // TODO(xhwang): Move PPB_Flash_DeviceID back to interfaces_ppb_private_flash.h. 36 // TODO(xhwang): Move PPB_Flash_DeviceID back to interfaces_ppb_private_flash.h.
37 PROXIED_IFACE(PPB_FLASH_DEVICEID_INTERFACE_1_0, 37 PROXIED_IFACE(PPB_FLASH_DEVICEID_INTERFACE_1_0,
(...skipping 20 matching lines...) Expand all
58 PPB_OutputProtection_Private_0_1) 58 PPB_OutputProtection_Private_0_1)
59 59
60 // Hack to keep font working. The Font 0.6 API is binary compatible with 60 // Hack to keep font working. The Font 0.6 API is binary compatible with
61 // BrowserFont 1.0, so just map the string to the same thing. 61 // BrowserFont 1.0, so just map the string to the same thing.
62 // TODO(brettw) remove support for the old Font API. 62 // TODO(brettw) remove support for the old Font API.
63 PROXIED_IFACE(PPB_FONT_DEV_INTERFACE_0_6, 63 PROXIED_IFACE(PPB_FONT_DEV_INTERFACE_0_6,
64 PPB_BrowserFont_Trusted_1_0) 64 PPB_BrowserFont_Trusted_1_0)
65 #endif // !defined(OS_NACL) 65 #endif // !defined(OS_NACL)
66 66
67 #include "ppapi/thunk/interfaces_postamble.h" 67 #include "ppapi/thunk/interfaces_postamble.h"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698