Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 13 matching lines...) Expand all Loading... | |
| 24 #include "ppapi/c/dev/ppp_printing_dev.h" | 24 #include "ppapi/c/dev/ppp_printing_dev.h" |
| 25 #include "ppapi/c/pp_bool.h" | 25 #include "ppapi/c/pp_bool.h" |
| 26 #include "ppapi/c/pp_file_info.h" | 26 #include "ppapi/c/pp_file_info.h" |
| 27 #include "ppapi/c/pp_instance.h" | 27 #include "ppapi/c/pp_instance.h" |
| 28 #include "ppapi/c/pp_module.h" | 28 #include "ppapi/c/pp_module.h" |
| 29 #include "ppapi/c/pp_point.h" | 29 #include "ppapi/c/pp_point.h" |
| 30 #include "ppapi/c/pp_rect.h" | 30 #include "ppapi/c/pp_rect.h" |
| 31 #include "ppapi/c/pp_resource.h" | 31 #include "ppapi/c/pp_resource.h" |
| 32 #include "ppapi/c/pp_size.h" | 32 #include "ppapi/c/pp_size.h" |
| 33 #include "ppapi/c/pp_time.h" | 33 #include "ppapi/c/pp_time.h" |
| 34 #include "ppapi/c/private/pp_content_decryptor.h" | |
| 34 #include "ppapi/c/private/ppb_flash.h" | 35 #include "ppapi/c/private/ppb_flash.h" |
| 35 #include "ppapi/c/private/ppb_host_resolver_private.h" | 36 #include "ppapi/c/private/ppb_host_resolver_private.h" |
| 36 #include "ppapi/c/private/ppb_net_address_private.h" | 37 #include "ppapi/c/private/ppb_net_address_private.h" |
| 37 #include "ppapi/c/private/ppb_tcp_socket_private.h" | 38 #include "ppapi/c/private/ppb_tcp_socket_private.h" |
| 38 #include "ppapi/c/private/ppb_udp_socket_private.h" | 39 #include "ppapi/c/private/ppb_udp_socket_private.h" |
| 39 #include "ppapi/c/private/ppp_flash_browser_operations.h" | 40 #include "ppapi/c/private/ppp_flash_browser_operations.h" |
| 40 #include "ppapi/proxy/ppapi_param_traits.h" | 41 #include "ppapi/proxy/ppapi_param_traits.h" |
| 41 #include "ppapi/proxy/ppapi_proxy_export.h" | 42 #include "ppapi/proxy/ppapi_proxy_export.h" |
| 42 #include "ppapi/proxy/resource_message_params.h" | 43 #include "ppapi/proxy/resource_message_params.h" |
| 43 #include "ppapi/proxy/serialized_flash_menu.h" | 44 #include "ppapi/proxy/serialized_flash_menu.h" |
| (...skipping 19 matching lines...) Expand all Loading... | |
| 63 IPC_ENUM_TRAITS(PP_FlashSetting) | 64 IPC_ENUM_TRAITS(PP_FlashSetting) |
| 64 IPC_ENUM_TRAITS(PP_InputEvent_MouseButton) | 65 IPC_ENUM_TRAITS(PP_InputEvent_MouseButton) |
| 65 IPC_ENUM_TRAITS(PP_InputEvent_Type) | 66 IPC_ENUM_TRAITS(PP_InputEvent_Type) |
| 66 IPC_ENUM_TRAITS(PP_NetAddressFamily_Private) | 67 IPC_ENUM_TRAITS(PP_NetAddressFamily_Private) |
| 67 IPC_ENUM_TRAITS(PP_NetworkListState_Private) | 68 IPC_ENUM_TRAITS(PP_NetworkListState_Private) |
| 68 IPC_ENUM_TRAITS(PP_NetworkListType_Private) | 69 IPC_ENUM_TRAITS(PP_NetworkListType_Private) |
| 69 IPC_ENUM_TRAITS(PP_PrintOrientation_Dev) | 70 IPC_ENUM_TRAITS(PP_PrintOrientation_Dev) |
| 70 IPC_ENUM_TRAITS(PP_PrintOutputFormat_Dev) | 71 IPC_ENUM_TRAITS(PP_PrintOutputFormat_Dev) |
| 71 IPC_ENUM_TRAITS(PP_PrintScalingOption_Dev) | 72 IPC_ENUM_TRAITS(PP_PrintScalingOption_Dev) |
| 72 IPC_ENUM_TRAITS(PP_TextInput_Type) | 73 IPC_ENUM_TRAITS(PP_TextInput_Type) |
| 74 IPC_ENUM_TRAITS(PP_StreamType) | |
| 73 IPC_ENUM_TRAITS(PP_VideoDecodeError_Dev) | 75 IPC_ENUM_TRAITS(PP_VideoDecodeError_Dev) |
| 74 IPC_ENUM_TRAITS(PP_VideoDecoder_Profile) | 76 IPC_ENUM_TRAITS(PP_VideoDecoder_Profile) |
| 75 | 77 |
| 76 IPC_STRUCT_TRAITS_BEGIN(PP_Point) | 78 IPC_STRUCT_TRAITS_BEGIN(PP_Point) |
| 77 IPC_STRUCT_TRAITS_MEMBER(x) | 79 IPC_STRUCT_TRAITS_MEMBER(x) |
| 78 IPC_STRUCT_TRAITS_MEMBER(y) | 80 IPC_STRUCT_TRAITS_MEMBER(y) |
| 79 IPC_STRUCT_TRAITS_END() | 81 IPC_STRUCT_TRAITS_END() |
| 80 | 82 |
| 81 IPC_STRUCT_TRAITS_BEGIN(PP_FloatPoint) | 83 IPC_STRUCT_TRAITS_BEGIN(PP_FloatPoint) |
| 82 IPC_STRUCT_TRAITS_MEMBER(x) | 84 IPC_STRUCT_TRAITS_MEMBER(x) |
| (...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 617 ppapi::proxy::SerializedVar /* session_id, String */, | 619 ppapi::proxy::SerializedVar /* session_id, String */, |
| 618 ppapi::proxy::SerializedVar /* key, ArrayBuffer */, | 620 ppapi::proxy::SerializedVar /* key, ArrayBuffer */, |
| 619 ppapi::proxy::SerializedVar /* init_data, ArrayBuffer */) | 621 ppapi::proxy::SerializedVar /* init_data, ArrayBuffer */) |
| 620 IPC_MESSAGE_ROUTED2(PpapiMsg_PPPContentDecryptor_CancelKeyRequest, | 622 IPC_MESSAGE_ROUTED2(PpapiMsg_PPPContentDecryptor_CancelKeyRequest, |
| 621 PP_Instance /* instance */, | 623 PP_Instance /* instance */, |
| 622 ppapi::proxy::SerializedVar /* session_id, String */) | 624 ppapi::proxy::SerializedVar /* session_id, String */) |
| 623 IPC_MESSAGE_ROUTED3(PpapiMsg_PPPContentDecryptor_Decrypt, | 625 IPC_MESSAGE_ROUTED3(PpapiMsg_PPPContentDecryptor_Decrypt, |
| 624 PP_Instance /* instance */, | 626 PP_Instance /* instance */, |
| 625 ppapi::proxy::PPPDecryptor_Buffer /* buffer */, | 627 ppapi::proxy::PPPDecryptor_Buffer /* buffer */, |
| 626 std::string /* serialized_block_info */) | 628 std::string /* serialized_block_info */) |
| 627 IPC_MESSAGE_ROUTED3(PpapiMsg_PPPContentDecryptor_DecryptAndDecodeFrame, | 629 IPC_MESSAGE_ROUTED4(PpapiMsg_PPPContentDecryptor_DecryptAndDecode, |
| 628 PP_Instance /* instance */, | 630 PP_Instance /* instance */, |
| 631 PP_StreamType /* decoder_type */, | |
| 629 ppapi::proxy::PPPDecryptor_Buffer /* buffer */, | 632 ppapi::proxy::PPPDecryptor_Buffer /* buffer */, |
| 630 std::string /* serialized_block_info */) | 633 std::string /* serialized_encrypted_media_info */) |
|
xhwang
2012/10/10 23:52:33
why not serialized_block_info?
Tom Finegan
2012/10/11 00:11:33
Missed it, thanks!
| |
| 631 | 634 |
| 632 // PPB_Talk | 635 // PPB_Talk |
| 633 IPC_MESSAGE_ROUTED3( | 636 IPC_MESSAGE_ROUTED3( |
| 634 PpapiMsg_PPBTalk_GetPermissionACK, | 637 PpapiMsg_PPBTalk_GetPermissionACK, |
| 635 uint32 /* plugin_dispatcher_id */, | 638 uint32 /* plugin_dispatcher_id */, |
| 636 PP_Resource /* resource */, | 639 PP_Resource /* resource */, |
| 637 int32_t /* result */) | 640 int32_t /* result */) |
| 638 #endif // !defined(OS_NACL) && !defined(NACL_WIN64) | 641 #endif // !defined(OS_NACL) && !defined(NACL_WIN64) |
| 639 | 642 |
| 640 // PPB_TCPSocket_Private. | 643 // PPB_TCPSocket_Private. |
| (...skipping 934 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1575 | 1578 |
| 1576 // Reply to a RequestMemory call. This supplies the shared memory handle. The | 1579 // Reply to a RequestMemory call. This supplies the shared memory handle. The |
| 1577 // actual handle is passed in the ReplyParams struct. | 1580 // actual handle is passed in the ReplyParams struct. |
| 1578 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Gamepad_SendMemory) | 1581 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Gamepad_SendMemory) |
| 1579 | 1582 |
| 1580 // Printing. | 1583 // Printing. |
| 1581 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Printing_Create) | 1584 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Printing_Create) |
| 1582 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Printing_GetDefaultPrintSettings) | 1585 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Printing_GetDefaultPrintSettings) |
| 1583 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Printing_GetDefaultPrintSettingsReply, | 1586 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Printing_GetDefaultPrintSettingsReply, |
| 1584 PP_PrintSettings_Dev /* print_settings */) | 1587 PP_PrintSettings_Dev /* print_settings */) |
| OLD | NEW |