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

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

Issue 11419131: Refactor FileIO to the new design (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 1 month 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
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.
(...skipping 16 matching lines...) Expand all
27 PPB_CONTENTDECRYPTOR_PRIVATE_INTERFACE_0_6, 27 PPB_CONTENTDECRYPTOR_PRIVATE_INTERFACE_0_6,
28 PPB_ContentDecryptor_Private_0_6) 28 PPB_ContentDecryptor_Private_0_6)
29 PROXIED_IFACE(PPB_Instance, PPB_CHARSET_TRUSTED_INTERFACE_1_0, 29 PROXIED_IFACE(PPB_Instance, PPB_CHARSET_TRUSTED_INTERFACE_1_0,
30 PPB_CharSet_Trusted_1_0) 30 PPB_CharSet_Trusted_1_0)
31 PROXIED_IFACE(NoAPIName, PPB_FILECHOOSER_TRUSTED_INTERFACE_0_5, 31 PROXIED_IFACE(NoAPIName, PPB_FILECHOOSER_TRUSTED_INTERFACE_0_5,
32 PPB_FileChooserTrusted_0_5) 32 PPB_FileChooserTrusted_0_5)
33 PROXIED_IFACE(NoAPIName, PPB_FILECHOOSER_TRUSTED_INTERFACE_0_6, 33 PROXIED_IFACE(NoAPIName, PPB_FILECHOOSER_TRUSTED_INTERFACE_0_6,
34 PPB_FileChooserTrusted_0_6) 34 PPB_FileChooserTrusted_0_6)
35 PROXIED_IFACE(PPB_FileRef, PPB_FILEREFPRIVATE_INTERFACE_0_1, 35 PROXIED_IFACE(PPB_FileRef, PPB_FILEREFPRIVATE_INTERFACE_0_1,
36 PPB_FileRefPrivate_0_1) 36 PPB_FileRefPrivate_0_1)
37 // This uses the FileIO API which is declared in the public stable file.
38 PROXIED_IFACE(PPB_FileIO, PPB_FILEIOTRUSTED_INTERFACE_0_4,
39 PPB_FileIOTrusted_0_4)
40 PROXIED_IFACE(PPB_Instance, PPB_FLASHFULLSCREEN_INTERFACE_0_1, 37 PROXIED_IFACE(PPB_Instance, PPB_FLASHFULLSCREEN_INTERFACE_0_1,
41 PPB_FlashFullscreen_0_1) 38 PPB_FlashFullscreen_0_1)
42 PROXIED_IFACE(PPB_Instance, PPB_FLASHFULLSCREEN_INTERFACE_1_0, 39 PROXIED_IFACE(PPB_Instance, PPB_FLASHFULLSCREEN_INTERFACE_1_0,
43 PPB_FlashFullscreen_0_1) 40 PPB_FlashFullscreen_0_1)
44 PROXIED_IFACE(PPB_Talk_Private, PPB_TALK_PRIVATE_INTERFACE_1_0, 41 PROXIED_IFACE(PPB_Talk_Private, PPB_TALK_PRIVATE_INTERFACE_1_0,
45 PPB_Talk_Private_1_0) 42 PPB_Talk_Private_1_0)
43 // This uses the FileIO API which is declared in the public stable file.
44 PROXIED_IFACE(NoAPIName, PPB_FILEIOTRUSTED_INTERFACE_0_4, PPB_FileIOTrusted_0_4)
46 45
47 // Hack to keep font working. The Font 0.6 API is binary compatible with 46 // 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. 47 // BrowserFont 1.0, so just map the string to the same thing.
49 // TODO(brettw) remove support for the old Font API. 48 // TODO(brettw) remove support for the old Font API.
50 PROXIED_IFACE(PPB_Instance, PPB_FONT_DEV_INTERFACE_0_6, 49 PROXIED_IFACE(PPB_Instance, PPB_FONT_DEV_INTERFACE_0_6,
51 PPB_BrowserFont_Trusted_1_0) 50 PPB_BrowserFont_Trusted_1_0)
52 #endif // !defined(OS_NACL) 51 #endif // !defined(OS_NACL)
53 52
54 #include "ppapi/thunk/interfaces_postamble.h" 53 #include "ppapi/thunk/interfaces_postamble.h"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698