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

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

Issue 10944005: Pepper WebSocket API: Implement new design Chrome IPC (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nits Created 8 years, 2 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
« no previous file with comments | « ppapi/thunk/resource_creation_api.h ('k') | webkit/glue/webkit_glue.gypi » ('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 #ifndef PPAPI_THUNK_THUNK_H_ 5 #ifndef PPAPI_THUNK_THUNK_H_
6 #define PPAPI_THUNK_THUNK_H_ 6 #define PPAPI_THUNK_THUNK_H_
7 7
8 #include "ppapi/c/ppb_graphics_3d.h" 8 #include "ppapi/c/ppb_graphics_3d.h"
9 #include "ppapi/c/private/ppb_flash_clipboard.h" 9 #include "ppapi/c/private/ppb_flash_clipboard.h"
10 #include "ppapi/c/private/ppb_flash_menu.h" 10 #include "ppapi/c/private/ppb_flash_menu.h"
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 PPAPI_THUNK_EXPORT const PPB_Instance_Private_0_1* 69 PPAPI_THUNK_EXPORT const PPB_Instance_Private_0_1*
70 GetPPB_Instance_Private_0_1_Thunk(); 70 GetPPB_Instance_Private_0_1_Thunk();
71 PPAPI_THUNK_EXPORT const PPB_TCPServerSocket_Private_0_1* 71 PPAPI_THUNK_EXPORT const PPB_TCPServerSocket_Private_0_1*
72 GetPPB_TCPServerSocket_Private_0_1_Thunk(); 72 GetPPB_TCPServerSocket_Private_0_1_Thunk();
73 PPAPI_THUNK_EXPORT const PPB_TCPSocket_Private_0_3* 73 PPAPI_THUNK_EXPORT const PPB_TCPSocket_Private_0_3*
74 GetPPB_TCPSocket_Private_0_3_Thunk(); 74 GetPPB_TCPSocket_Private_0_3_Thunk();
75 PPAPI_THUNK_EXPORT const PPB_UDPSocket_Private_0_2* 75 PPAPI_THUNK_EXPORT const PPB_UDPSocket_Private_0_2*
76 GetPPB_UDPSocket_Private_0_2_Thunk(); 76 GetPPB_UDPSocket_Private_0_2_Thunk();
77 PPAPI_THUNK_EXPORT const PPB_URLLoaderTrusted_0_3* 77 PPAPI_THUNK_EXPORT const PPB_URLLoaderTrusted_0_3*
78 GetPPB_URLLoaderTrusted_0_3_Thunk(); 78 GetPPB_URLLoaderTrusted_0_3_Thunk();
79 PPAPI_THUNK_EXPORT const PPB_WebSocket_1_0*
80 GetPPB_WebSocket_1_0_Thunk();
79 81
80 } // namespace thunk 82 } // namespace thunk
81 } // namespace ppapi 83 } // namespace ppapi
82 84
83 #endif // PPAPI_THUNK_THUNK_H_ 85 #endif // PPAPI_THUNK_THUNK_H_
OLDNEW
« no previous file with comments | « ppapi/thunk/resource_creation_api.h ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698