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

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

Issue 9836131: Remove PPB_Flash_NetConnector and ENABLE_FLAPPER_HACKS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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_flash_net_connector_proxy.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 // 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/file_path.h" 10 #include "base/file_path.h"
(...skipping 1121 matching lines...) Expand 10 before | Expand all | Expand 10 after
1132 ppapi::HostResource /* video_decoder */, 1132 ppapi::HostResource /* video_decoder */,
1133 int32_t /* picture buffer id */) 1133 int32_t /* picture buffer id */)
1134 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVideoDecoder_Flush, 1134 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVideoDecoder_Flush,
1135 ppapi::HostResource /* video_decoder */) 1135 ppapi::HostResource /* video_decoder */)
1136 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVideoDecoder_Reset, 1136 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVideoDecoder_Reset,
1137 ppapi::HostResource /* video_decoder */) 1137 ppapi::HostResource /* video_decoder */)
1138 IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBVideoDecoder_Destroy, 1138 IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBVideoDecoder_Destroy,
1139 ppapi::HostResource /* video_decoder */) 1139 ppapi::HostResource /* video_decoder */)
1140 1140
1141 #if !defined(OS_NACL) 1141 #if !defined(OS_NACL)
1142 // PPB_Flash_NetConnector.
1143 IPC_MESSAGE_ROUTED5(PpapiMsg_PPBFlashNetConnector_ConnectACK,
1144 ppapi::HostResource /* net_connector */,
1145 int32_t /* result */,
1146 IPC::PlatformFileForTransit /* handle */,
1147 std::string /* local_addr_as_string */,
1148 std::string /* remote_addr_as_string */)
1149
1150 // PPB_Flash. 1142 // PPB_Flash.
1151 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBFlash_SetInstanceAlwaysOnTop, 1143 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBFlash_SetInstanceAlwaysOnTop,
1152 PP_Instance /* instance */, 1144 PP_Instance /* instance */,
1153 PP_Bool /* on_top */) 1145 PP_Bool /* on_top */)
1154 // This has to be synchronous becuase the caller may want to composite on 1146 // This has to be synchronous becuase the caller may want to composite on
1155 // top of the resulting text after the call is complete. 1147 // top of the resulting text after the call is complete.
1156 IPC_SYNC_MESSAGE_ROUTED1_1( 1148 IPC_SYNC_MESSAGE_ROUTED1_1(
1157 PpapiHostMsg_PPBFlash_DrawGlyphs, 1149 PpapiHostMsg_PPBFlash_DrawGlyphs,
1158 ppapi::proxy::PPBFlash_DrawGlyphs_Params /* params */, 1150 ppapi::proxy::PPBFlash_DrawGlyphs_Params /* params */,
1159 PP_Bool /* result */) 1151 PP_Bool /* result */)
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
1258 // PPB_Flash_MessageLoop. 1250 // PPB_Flash_MessageLoop.
1259 IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBFlashMessageLoop_Create, 1251 IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBFlashMessageLoop_Create,
1260 PP_Instance /* instance */, 1252 PP_Instance /* instance */,
1261 ppapi::HostResource /* result */) 1253 ppapi::HostResource /* result */)
1262 IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBFlashMessageLoop_Run, 1254 IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBFlashMessageLoop_Run,
1263 ppapi::HostResource /* flash_message_loop */, 1255 ppapi::HostResource /* flash_message_loop */,
1264 int32_t /* result */) 1256 int32_t /* result */)
1265 IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBFlashMessageLoop_Quit, 1257 IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBFlashMessageLoop_Quit,
1266 ppapi::HostResource /* flash_message_loop */) 1258 ppapi::HostResource /* flash_message_loop */)
1267 1259
1268 // PPB_Flash_NetConnector.
1269 IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBFlashNetConnector_Create,
1270 PP_Instance /* instance_id */,
1271 ppapi::HostResource /* result */)
1272 IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBFlashNetConnector_ConnectTcp,
1273 ppapi::HostResource /* connector */,
1274 std::string /* host */,
1275 uint16_t /* port */)
1276 IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBFlashNetConnector_ConnectTcpAddress,
1277 ppapi::HostResource /* connector */,
1278 std::string /* net_address_as_string */)
1279
1280 // PPB_TCPSocket_Private. 1260 // PPB_TCPSocket_Private.
1281 IPC_SYNC_MESSAGE_CONTROL2_1(PpapiHostMsg_PPBTCPSocket_Create, 1261 IPC_SYNC_MESSAGE_CONTROL2_1(PpapiHostMsg_PPBTCPSocket_Create,
1282 int32 /* routing_id */, 1262 int32 /* routing_id */,
1283 uint32 /* plugin_dispatcher_id */, 1263 uint32 /* plugin_dispatcher_id */,
1284 uint32 /* socket_id */) 1264 uint32 /* socket_id */)
1285 IPC_MESSAGE_CONTROL4(PpapiHostMsg_PPBTCPSocket_Connect, 1265 IPC_MESSAGE_CONTROL4(PpapiHostMsg_PPBTCPSocket_Connect,
1286 int32 /* routing_id */, 1266 int32 /* routing_id */,
1287 uint32 /* socket_id */, 1267 uint32 /* socket_id */,
1288 std::string /* host */, 1268 std::string /* host */,
1289 uint16_t /* port */) 1269 uint16_t /* port */)
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
1333 IPC_MESSAGE_CONTROL2(PpapiHostMsg_PPBTCPServerSocket_Accept, 1313 IPC_MESSAGE_CONTROL2(PpapiHostMsg_PPBTCPServerSocket_Accept,
1334 int32 /* tcp_client_socket_routing_id */, 1314 int32 /* tcp_client_socket_routing_id */,
1335 uint32 /* server_socket_id */) 1315 uint32 /* server_socket_id */)
1336 IPC_MESSAGE_CONTROL1(PpapiHostMsg_PPBTCPServerSocket_Destroy, 1316 IPC_MESSAGE_CONTROL1(PpapiHostMsg_PPBTCPServerSocket_Destroy,
1337 uint32 /* socket_id */) 1317 uint32 /* socket_id */)
1338 1318
1339 // PPB_Font. 1319 // PPB_Font.
1340 IPC_SYNC_MESSAGE_CONTROL0_1(PpapiHostMsg_PPBFont_GetFontFamilies, 1320 IPC_SYNC_MESSAGE_CONTROL0_1(PpapiHostMsg_PPBFont_GetFontFamilies,
1341 std::string /* result */) 1321 std::string /* result */)
1342 #endif // !defined(OS_NACL) 1322 #endif // !defined(OS_NACL)
OLDNEW
« no previous file with comments | « ppapi/proxy/interface_list.cc ('k') | ppapi/proxy/ppb_flash_net_connector_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698