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/files/file_path.h" | 10 #include "base/files/file_path.h" |
| 11 #include "base/memory/shared_memory.h" |
11 #include "base/process.h" | 12 #include "base/process.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" |
(...skipping 14 matching lines...) Expand all Loading... |
37 #include "ppapi/c/ppb_audio_config.h" | 37 #include "ppapi/c/ppb_audio_config.h" |
38 #include "ppapi/c/ppb_image_data.h" | 38 #include "ppapi/c/ppb_image_data.h" |
39 #include "ppapi/c/ppb_tcp_socket.h" | 39 #include "ppapi/c/ppb_tcp_socket.h" |
40 #include "ppapi/c/ppb_udp_socket.h" | 40 #include "ppapi/c/ppb_udp_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/ppb_talk_private.h" |
47 #include "ppapi/c/private/ppp_flash_browser_operations.h" | 48 #include "ppapi/c/private/ppp_flash_browser_operations.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" |
51 #include "ppapi/proxy/ppapi_proxy_export.h" | 51 #include "ppapi/proxy/ppapi_proxy_export.h" |
52 #include "ppapi/proxy/resource_message_params.h" | 52 #include "ppapi/proxy/resource_message_params.h" |
53 #include "ppapi/proxy/serialized_flash_menu.h" | 53 #include "ppapi/proxy/serialized_flash_menu.h" |
54 #include "ppapi/proxy/serialized_handle.h" | 54 #include "ppapi/proxy/serialized_handle.h" |
55 #include "ppapi/proxy/serialized_structs.h" | 55 #include "ppapi/proxy/serialized_structs.h" |
56 #include "ppapi/proxy/serialized_var.h" | 56 #include "ppapi/proxy/serialized_var.h" |
57 #include "ppapi/shared_impl/dir_contents.h" | 57 #include "ppapi/shared_impl/dir_contents.h" |
58 #include "ppapi/shared_impl/file_path.h" | 58 #include "ppapi/shared_impl/file_path.h" |
(...skipping 1999 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2058 IPC_MESSAGE_CONTROL1(PpapiHostMsg_Talk_RequestPermission, | 2058 IPC_MESSAGE_CONTROL1(PpapiHostMsg_Talk_RequestPermission, |
2059 PP_TalkPermission /* permission */) | 2059 PP_TalkPermission /* permission */) |
2060 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_RequestPermissionReply) | 2060 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_RequestPermissionReply) |
2061 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StartRemoting) | 2061 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StartRemoting) |
2062 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StartRemotingReply) | 2062 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StartRemotingReply) |
2063 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StopRemoting) | 2063 IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StopRemoting) |
2064 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StopRemotingReply) | 2064 IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StopRemotingReply) |
2065 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Talk_NotifyEvent, PP_TalkEvent /* event */) | 2065 IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Talk_NotifyEvent, PP_TalkEvent /* event */) |
2066 | 2066 |
2067 #endif // !defined(OS_NACL) && !defined(NACL_WIN64) | 2067 #endif // !defined(OS_NACL) && !defined(NACL_WIN64) |
OLD | NEW |