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

Side by Side Diff: ppapi/proxy/ppapi_messages.h

Issue 17314012: Move PPB_TCPSocket out of dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/proxy/interface_list.cc ('k') | ppapi/proxy/ppb_tcp_socket_private_proxy.cc » ('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 // Multiply-included message header, no traditional include guard. 5 // Multiply-included message header, no traditional include guard.
6 #include <string> 6 #include <string>
7 #include <vector> 7 #include <vector>
8 8
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "base/files/file_path.h" 10 #include "base/files/file_path.h"
11 #include "base/process.h" 11 #include "base/process.h"
12 #include "base/shared_memory.h" 12 #include "base/shared_memory.h"
13 #include "base/strings/string16.h" 13 #include "base/strings/string16.h"
14 #include "base/sync_socket.h" 14 #include "base/sync_socket.h"
15 #include "base/values.h" 15 #include "base/values.h"
16 #include "gpu/command_buffer/common/command_buffer.h" 16 #include "gpu/command_buffer/common/command_buffer.h"
17 #include "gpu/ipc/gpu_command_buffer_traits.h" 17 #include "gpu/ipc/gpu_command_buffer_traits.h"
18 #include "ipc/ipc_channel_handle.h" 18 #include "ipc/ipc_channel_handle.h"
19 #include "ipc/ipc_message_macros.h" 19 #include "ipc/ipc_message_macros.h"
20 #include "ipc/ipc_message_utils.h" 20 #include "ipc/ipc_message_utils.h"
21 #include "ipc/ipc_platform_file.h" 21 #include "ipc/ipc_platform_file.h"
22 #include "ppapi/c/dev/pp_video_capture_dev.h" 22 #include "ppapi/c/dev/pp_video_capture_dev.h"
23 #include "ppapi/c/dev/pp_video_dev.h" 23 #include "ppapi/c/dev/pp_video_dev.h"
24 #include "ppapi/c/dev/ppb_tcp_socket_dev.h"
25 #include "ppapi/c/dev/ppb_text_input_dev.h" 24 #include "ppapi/c/dev/ppb_text_input_dev.h"
26 #include "ppapi/c/dev/ppb_truetype_font_dev.h" 25 #include "ppapi/c/dev/ppb_truetype_font_dev.h"
27 #include "ppapi/c/dev/ppb_udp_socket_dev.h" 26 #include "ppapi/c/dev/ppb_udp_socket_dev.h"
28 #include "ppapi/c/dev/ppb_url_util_dev.h" 27 #include "ppapi/c/dev/ppb_url_util_dev.h"
29 #include "ppapi/c/dev/ppp_printing_dev.h" 28 #include "ppapi/c/dev/ppp_printing_dev.h"
30 #include "ppapi/c/pp_bool.h" 29 #include "ppapi/c/pp_bool.h"
31 #include "ppapi/c/pp_file_info.h" 30 #include "ppapi/c/pp_file_info.h"
32 #include "ppapi/c/pp_instance.h" 31 #include "ppapi/c/pp_instance.h"
33 #include "ppapi/c/pp_module.h" 32 #include "ppapi/c/pp_module.h"
34 #include "ppapi/c/pp_point.h" 33 #include "ppapi/c/pp_point.h"
35 #include "ppapi/c/pp_rect.h" 34 #include "ppapi/c/pp_rect.h"
36 #include "ppapi/c/pp_resource.h" 35 #include "ppapi/c/pp_resource.h"
37 #include "ppapi/c/pp_size.h" 36 #include "ppapi/c/pp_size.h"
38 #include "ppapi/c/pp_time.h" 37 #include "ppapi/c/pp_time.h"
39 #include "ppapi/c/ppb_audio_config.h" 38 #include "ppapi/c/ppb_audio_config.h"
40 #include "ppapi/c/ppb_image_data.h" 39 #include "ppapi/c/ppb_image_data.h"
40 #include "ppapi/c/ppb_tcp_socket.h"
41 #include "ppapi/c/private/pp_content_decryptor.h" 41 #include "ppapi/c/private/pp_content_decryptor.h"
42 #include "ppapi/c/private/pp_private_font_charset.h" 42 #include "ppapi/c/private/pp_private_font_charset.h"
43 #include "ppapi/c/private/ppb_flash.h" 43 #include "ppapi/c/private/ppb_flash.h"
44 #include "ppapi/c/private/ppb_host_resolver_private.h" 44 #include "ppapi/c/private/ppb_host_resolver_private.h"
45 #include "ppapi/c/private/ppb_net_address_private.h" 45 #include "ppapi/c/private/ppb_net_address_private.h"
46 #include "ppapi/c/private/ppb_pdf.h" 46 #include "ppapi/c/private/ppb_pdf.h"
47 #include "ppapi/c/private/ppp_flash_browser_operations.h" 47 #include "ppapi/c/private/ppp_flash_browser_operations.h"
48 #include "ppapi/c/private/ppb_talk_private.h" 48 #include "ppapi/c/private/ppb_talk_private.h"
49 #include "ppapi/proxy/host_resolver_private_resource.h" 49 #include "ppapi/proxy/host_resolver_private_resource.h"
50 #include "ppapi/proxy/ppapi_param_traits.h" 50 #include "ppapi/proxy/ppapi_param_traits.h"
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 IPC_ENUM_TRAITS(PP_NetworkListType_Private) 89 IPC_ENUM_TRAITS(PP_NetworkListType_Private)
90 IPC_ENUM_TRAITS(PP_PrintOrientation_Dev) 90 IPC_ENUM_TRAITS(PP_PrintOrientation_Dev)
91 IPC_ENUM_TRAITS(PP_PrintOutputFormat_Dev) 91 IPC_ENUM_TRAITS(PP_PrintOutputFormat_Dev)
92 IPC_ENUM_TRAITS(PP_PrintScalingOption_Dev) 92 IPC_ENUM_TRAITS(PP_PrintScalingOption_Dev)
93 IPC_ENUM_TRAITS(PP_PrivateFontCharset) 93 IPC_ENUM_TRAITS(PP_PrivateFontCharset)
94 IPC_ENUM_TRAITS(PP_ResourceImage) 94 IPC_ENUM_TRAITS(PP_ResourceImage)
95 IPC_ENUM_TRAITS(PP_ResourceString) 95 IPC_ENUM_TRAITS(PP_ResourceString)
96 IPC_ENUM_TRAITS_MAX_VALUE(PP_TalkEvent, PP_TALKEVENT_NUM_EVENTS - 1) 96 IPC_ENUM_TRAITS_MAX_VALUE(PP_TalkEvent, PP_TALKEVENT_NUM_EVENTS - 1)
97 IPC_ENUM_TRAITS_MAX_VALUE(PP_TalkPermission, 97 IPC_ENUM_TRAITS_MAX_VALUE(PP_TalkPermission,
98 PP_TALKPERMISSION_NUM_PERMISSIONS - 1) 98 PP_TALKPERMISSION_NUM_PERMISSIONS - 1)
99 IPC_ENUM_TRAITS_MAX_VALUE(PP_TCPSocket_Option_Dev, 99 IPC_ENUM_TRAITS_MAX_VALUE(PP_TCPSocket_Option,
100 PP_TCPSOCKET_OPTION_RECV_BUFFER_SIZE) 100 PP_TCPSOCKET_OPTION_RECV_BUFFER_SIZE)
101 IPC_ENUM_TRAITS(PP_TextInput_Type) 101 IPC_ENUM_TRAITS(PP_TextInput_Type)
102 IPC_ENUM_TRAITS(PP_TrueTypeFontFamily_Dev) 102 IPC_ENUM_TRAITS(PP_TrueTypeFontFamily_Dev)
103 IPC_ENUM_TRAITS(PP_TrueTypeFontStyle_Dev) 103 IPC_ENUM_TRAITS(PP_TrueTypeFontStyle_Dev)
104 IPC_ENUM_TRAITS(PP_TrueTypeFontWeight_Dev) 104 IPC_ENUM_TRAITS(PP_TrueTypeFontWeight_Dev)
105 IPC_ENUM_TRAITS(PP_TrueTypeFontWidth_Dev) 105 IPC_ENUM_TRAITS(PP_TrueTypeFontWidth_Dev)
106 IPC_ENUM_TRAITS(PP_TrueTypeFontCharset_Dev) 106 IPC_ENUM_TRAITS(PP_TrueTypeFontCharset_Dev)
107 IPC_ENUM_TRAITS_MAX_VALUE(PP_UDPSocket_Option_Dev, 107 IPC_ENUM_TRAITS_MAX_VALUE(PP_UDPSocket_Option_Dev,
108 PP_UDPSOCKET_OPTION_RECV_BUFFER_SIZE) 108 PP_UDPSOCKET_OPTION_RECV_BUFFER_SIZE)
109 IPC_ENUM_TRAITS(PP_VideoDecodeError_Dev) 109 IPC_ENUM_TRAITS(PP_VideoDecodeError_Dev)
(...skipping 1105 matching lines...) Expand 10 before | Expand all | Expand 10 after
1215 IPC_MESSAGE_CONTROL2(PpapiHostMsg_PPBTCPSocket_Read, 1215 IPC_MESSAGE_CONTROL2(PpapiHostMsg_PPBTCPSocket_Read,
1216 uint32 /* socket_id */, 1216 uint32 /* socket_id */,
1217 int32_t /* bytes_to_read */) 1217 int32_t /* bytes_to_read */)
1218 IPC_MESSAGE_CONTROL2(PpapiHostMsg_PPBTCPSocket_Write, 1218 IPC_MESSAGE_CONTROL2(PpapiHostMsg_PPBTCPSocket_Write,
1219 uint32 /* socket_id */, 1219 uint32 /* socket_id */,
1220 std::string /* data */) 1220 std::string /* data */)
1221 IPC_MESSAGE_CONTROL1(PpapiHostMsg_PPBTCPSocket_Disconnect, 1221 IPC_MESSAGE_CONTROL1(PpapiHostMsg_PPBTCPSocket_Disconnect,
1222 uint32 /* socket_id */) 1222 uint32 /* socket_id */)
1223 IPC_MESSAGE_CONTROL3(PpapiHostMsg_PPBTCPSocket_SetOption, 1223 IPC_MESSAGE_CONTROL3(PpapiHostMsg_PPBTCPSocket_SetOption,
1224 uint32 /* socket_id */, 1224 uint32 /* socket_id */,
1225 PP_TCPSocket_Option_Dev /* name */, 1225 PP_TCPSocket_Option /* name */,
1226 ppapi::SocketOptionData /* value */) 1226 ppapi::SocketOptionData /* value */)
1227 1227
1228 // PPB_TCPServerSocket_Private. 1228 // PPB_TCPServerSocket_Private.
1229 IPC_MESSAGE_CONTROL5(PpapiHostMsg_PPBTCPServerSocket_Listen, 1229 IPC_MESSAGE_CONTROL5(PpapiHostMsg_PPBTCPServerSocket_Listen,
1230 int32 /* routing_id */, 1230 int32 /* routing_id */,
1231 uint32 /* plugin_dispatcher_id */, 1231 uint32 /* plugin_dispatcher_id */,
1232 PP_Resource /* socket_resource */, 1232 PP_Resource /* socket_resource */,
1233 PP_NetAddress_Private /* addr */, 1233 PP_NetAddress_Private /* addr */,
1234 int32_t /* backlog */) 1234 int32_t /* backlog */)
1235 IPC_MESSAGE_CONTROL2(PpapiHostMsg_PPBTCPServerSocket_Accept, 1235 IPC_MESSAGE_CONTROL2(PpapiHostMsg_PPBTCPServerSocket_Accept,
(...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after
2023 IPC_MESSAGE_CONTROL1(PpapiHostMsg_Talk_RequestPermission, 2023 IPC_MESSAGE_CONTROL1(PpapiHostMsg_Talk_RequestPermission,
2024 PP_TalkPermission /* permission */) 2024 PP_TalkPermission /* permission */)
2025 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_RequestPermissionReply) 2025 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_RequestPermissionReply)
2026 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StartRemoting) 2026 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StartRemoting)
2027 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StartRemotingReply) 2027 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StartRemotingReply)
2028 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StopRemoting) 2028 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StopRemoting)
2029 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StopRemotingReply) 2029 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StopRemotingReply)
2030 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Talk_NotifyEvent, PP_TalkEvent /* event */) 2030 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Talk_NotifyEvent, PP_TalkEvent /* event */)
2031 2031
2032 #endif // !defined(OS_NACL) && !defined(NACL_WIN64) 2032 #endif // !defined(OS_NACL) && !defined(NACL_WIN64)
OLDNEW
« no previous file with comments | « ppapi/proxy/interface_list.cc ('k') | ppapi/proxy/ppb_tcp_socket_private_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698