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

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

Issue 4747001: Move URLLoader, URLRequestInfo, and URLResponseInfo out of the dev directory... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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 | Annotate | Revision Log
« no previous file with comments | « ppapi/proxy/dispatcher.cc ('k') | ppapi/proxy/ppb_url_loader_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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 // This header is meant to be included in multiple passes, hence no traditional 5 // This header is meant to be included in multiple passes, hence no traditional
6 // header guard. It is included by backing_store_messages_internal.h 6 // header guard. It is included by backing_store_messages_internal.h
7 // See ipc_message_macros.h for explanation of the macros and passes. 7 // See ipc_message_macros.h for explanation of the macros and passes.
8 8
9 // This file needs to be included again, even though we're actually included 9 // This file needs to be included again, even though we're actually included
10 // from it via utility_messages.h. 10 // from it via utility_messages.h.
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 PP_Resource /* file_ref */, 306 PP_Resource /* file_ref */,
307 int64_t /* start_offset */, 307 int64_t /* start_offset */,
308 int64_t /* number_of_bytes */, 308 int64_t /* number_of_bytes */,
309 double /* expected_last_modified_time */) 309 double /* expected_last_modified_time */)
310 310
311 // PPB_URLResponseInfo. 311 // PPB_URLResponseInfo.
312 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBURLResponseInfo_GetProperty, 312 IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBURLResponseInfo_GetProperty,
313 PP_Resource /* response */, 313 PP_Resource /* response */,
314 int32_t /* property */, 314 int32_t /* property */,
315 pp::proxy::SerializedVar /* result */) 315 pp::proxy::SerializedVar /* result */)
316 IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBURLResponseInfo_GetBody, 316 IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBURLResponseInfo_GetBodyAsFileRef,
317 PP_Resource /* response */, 317 PP_Resource /* response */,
318 PP_Resource /* file_ref_result */) 318 PP_Resource /* file_ref_result */)
319 319
320 // PPB_Var. 320 // PPB_Var.
321 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVar_AddRefObject, 321 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVar_AddRefObject,
322 int64 /* object_id */) 322 int64 /* object_id */)
323 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVar_ReleaseObject, 323 IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVar_ReleaseObject,
324 int64 /* object_id */) 324 int64 /* object_id */)
325 IPC_SYNC_MESSAGE_ROUTED3_2(PpapiHostMsg_PPBVar_ConvertType, 325 IPC_SYNC_MESSAGE_ROUTED3_2(PpapiHostMsg_PPBVar_ConvertType,
326 PP_Instance /* instance */, 326 PP_Instance /* instance */,
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 int64 /* object-data */, 388 int64 /* object-data */,
389 PP_Bool /* result */) 389 PP_Bool /* result */)
390 IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBVar_CreateObjectDeprecated, 390 IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBVar_CreateObjectDeprecated,
391 PP_Module /* module */, 391 PP_Module /* module */,
392 int64 /* object_class */, 392 int64 /* object_class */,
393 int64 /* object_data */, 393 int64 /* object_data */,
394 pp::proxy::SerializedVar /* result */) 394 pp::proxy::SerializedVar /* result */)
395 395
396 IPC_END_MESSAGES(PpapiHost) 396 IPC_END_MESSAGES(PpapiHost)
397 397
OLDNEW
« no previous file with comments | « ppapi/proxy/dispatcher.cc ('k') | ppapi/proxy/ppb_url_loader_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698