ppapi_messages.h revision 58537e28ecd584eab876aee8be7156509866d23a
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
3// found in the LICENSE file.
4
5// Multiply-included message header, no traditional include guard.
6#include <string>
7#include <vector>
8
9#include "base/basictypes.h"
10#include "base/files/file_path.h"
11#include "base/memory/shared_memory.h"
12#include "base/process/process.h"
13#include "base/strings/string16.h"
14#include "base/sync_socket.h"
15#include "base/values.h"
16#include "gpu/command_buffer/common/command_buffer.h"
17#include "gpu/ipc/gpu_command_buffer_traits.h"
18#include "ipc/ipc_channel_handle.h"
19#include "ipc/ipc_message_macros.h"
20#include "ipc/ipc_message_utils.h"
21#include "ipc/ipc_platform_file.h"
22#include "ppapi/c/dev/pp_video_capture_dev.h"
23#include "ppapi/c/dev/pp_video_dev.h"
24#include "ppapi/c/dev/ppb_truetype_font_dev.h"
25#include "ppapi/c/dev/ppb_url_util_dev.h"
26#include "ppapi/c/dev/ppp_printing_dev.h"
27#include "ppapi/c/pp_bool.h"
28#include "ppapi/c/pp_file_info.h"
29#include "ppapi/c/pp_instance.h"
30#include "ppapi/c/pp_module.h"
31#include "ppapi/c/pp_point.h"
32#include "ppapi/c/pp_rect.h"
33#include "ppapi/c/pp_resource.h"
34#include "ppapi/c/pp_size.h"
35#include "ppapi/c/pp_time.h"
36#include "ppapi/c/ppb_audio_config.h"
37#include "ppapi/c/ppb_image_data.h"
38#include "ppapi/c/ppb_tcp_socket.h"
39#include "ppapi/c/ppb_text_input_controller.h"
40#include "ppapi/c/ppb_udp_socket.h"
41#include "ppapi/c/private/pp_content_decryptor.h"
42#include "ppapi/c/private/pp_private_font_charset.h"
43#include "ppapi/c/private/ppb_flash.h"
44#include "ppapi/c/private/ppb_host_resolver_private.h"
45#include "ppapi/c/private/ppb_net_address_private.h"
46#include "ppapi/c/private/ppb_pdf.h"
47#include "ppapi/c/private/ppb_talk_private.h"
48#include "ppapi/c/private/ppp_flash_browser_operations.h"
49#include "ppapi/proxy/host_resolver_private_resource.h"
50#include "ppapi/proxy/ppapi_param_traits.h"
51#include "ppapi/proxy/ppapi_proxy_export.h"
52#include "ppapi/proxy/resource_message_params.h"
53#include "ppapi/proxy/serialized_flash_menu.h"
54#include "ppapi/proxy/serialized_handle.h"
55#include "ppapi/proxy/serialized_structs.h"
56#include "ppapi/proxy/serialized_var.h"
57#include "ppapi/shared_impl/dir_contents.h"
58#include "ppapi/shared_impl/file_path.h"
59#include "ppapi/shared_impl/file_ref_create_info.h"
60#include "ppapi/shared_impl/ppapi_nacl_channel_args.h"
61#include "ppapi/shared_impl/ppapi_preferences.h"
62#include "ppapi/shared_impl/ppb_device_ref_shared.h"
63#include "ppapi/shared_impl/ppb_input_event_shared.h"
64#include "ppapi/shared_impl/ppb_network_list_private_shared.h"
65#include "ppapi/shared_impl/ppb_view_shared.h"
66#include "ppapi/shared_impl/ppp_flash_browser_operations_shared.h"
67#include "ppapi/shared_impl/private/ppb_x509_certificate_private_shared.h"
68#include "ppapi/shared_impl/socket_option_data.h"
69#include "ppapi/shared_impl/url_request_info_data.h"
70#include "ppapi/shared_impl/url_response_info_data.h"
71
72#undef IPC_MESSAGE_EXPORT
73#define IPC_MESSAGE_EXPORT PPAPI_PROXY_EXPORT
74
75#define IPC_MESSAGE_START PpapiMsgStart
76
77IPC_ENUM_TRAITS(PP_AudioSampleRate)
78IPC_ENUM_TRAITS(PP_DeviceType_Dev)
79IPC_ENUM_TRAITS(PP_DecryptorStreamType)
80IPC_ENUM_TRAITS(PP_FileSystemType)
81IPC_ENUM_TRAITS(PP_FileType)
82IPC_ENUM_TRAITS(PP_Flash_BrowserOperations_Permission)
83IPC_ENUM_TRAITS(PP_Flash_BrowserOperations_SettingType)
84IPC_ENUM_TRAITS(PP_FlashSetting)
85IPC_ENUM_TRAITS(PP_ImageDataFormat)
86IPC_ENUM_TRAITS(PP_InputEvent_MouseButton)
87IPC_ENUM_TRAITS(PP_InputEvent_Type)
88IPC_ENUM_TRAITS_MAX_VALUE(PP_NetAddressFamily_Private,
89                          PP_NETADDRESSFAMILY_PRIVATE_IPV6)
90IPC_ENUM_TRAITS(PP_NetworkListState_Private)
91IPC_ENUM_TRAITS(PP_NetworkListType_Private)
92IPC_ENUM_TRAITS(PP_PrintOrientation_Dev)
93IPC_ENUM_TRAITS(PP_PrintOutputFormat_Dev)
94IPC_ENUM_TRAITS(PP_PrintScalingOption_Dev)
95IPC_ENUM_TRAITS(PP_PrivateFontCharset)
96IPC_ENUM_TRAITS(PP_ResourceImage)
97IPC_ENUM_TRAITS(PP_ResourceString)
98IPC_ENUM_TRAITS_MAX_VALUE(PP_TalkEvent, PP_TALKEVENT_NUM_EVENTS - 1)
99IPC_ENUM_TRAITS_MAX_VALUE(PP_TalkPermission,
100                          PP_TALKPERMISSION_NUM_PERMISSIONS - 1)
101IPC_ENUM_TRAITS_MAX_VALUE(PP_TCPSocket_Option,
102                          PP_TCPSOCKET_OPTION_RECV_BUFFER_SIZE)
103IPC_ENUM_TRAITS(PP_TextInput_Type)
104IPC_ENUM_TRAITS(PP_TrueTypeFontFamily_Dev)
105IPC_ENUM_TRAITS(PP_TrueTypeFontStyle_Dev)
106IPC_ENUM_TRAITS(PP_TrueTypeFontWeight_Dev)
107IPC_ENUM_TRAITS(PP_TrueTypeFontWidth_Dev)
108IPC_ENUM_TRAITS(PP_TrueTypeFontCharset_Dev)
109IPC_ENUM_TRAITS_MAX_VALUE(PP_UDPSocket_Option,
110                          PP_UDPSOCKET_OPTION_RECV_BUFFER_SIZE)
111IPC_ENUM_TRAITS(PP_VideoDecodeError_Dev)
112IPC_ENUM_TRAITS(PP_VideoDecoder_Profile)
113
114IPC_STRUCT_TRAITS_BEGIN(PP_Point)
115  IPC_STRUCT_TRAITS_MEMBER(x)
116  IPC_STRUCT_TRAITS_MEMBER(y)
117IPC_STRUCT_TRAITS_END()
118
119IPC_STRUCT_TRAITS_BEGIN(PP_FloatPoint)
120  IPC_STRUCT_TRAITS_MEMBER(x)
121  IPC_STRUCT_TRAITS_MEMBER(y)
122IPC_STRUCT_TRAITS_END()
123
124IPC_STRUCT_TRAITS_BEGIN(PP_Size)
125  IPC_STRUCT_TRAITS_MEMBER(height)
126  IPC_STRUCT_TRAITS_MEMBER(width)
127IPC_STRUCT_TRAITS_END()
128
129IPC_STRUCT_TRAITS_BEGIN(PP_Rect)
130  IPC_STRUCT_TRAITS_MEMBER(point)
131  IPC_STRUCT_TRAITS_MEMBER(size)
132IPC_STRUCT_TRAITS_END()
133
134IPC_STRUCT_TRAITS_BEGIN(PP_ImageDataDesc)
135  IPC_STRUCT_TRAITS_MEMBER(format)
136  IPC_STRUCT_TRAITS_MEMBER(size)
137  IPC_STRUCT_TRAITS_MEMBER(stride)
138IPC_STRUCT_TRAITS_END()
139
140IPC_STRUCT_TRAITS_BEGIN(PP_PictureBuffer_Dev)
141  IPC_STRUCT_TRAITS_MEMBER(id)
142  IPC_STRUCT_TRAITS_MEMBER(size)
143  IPC_STRUCT_TRAITS_MEMBER(texture_id)
144IPC_STRUCT_TRAITS_END()
145
146IPC_STRUCT_TRAITS_BEGIN(PP_Picture_Dev)
147  IPC_STRUCT_TRAITS_MEMBER(picture_buffer_id)
148  IPC_STRUCT_TRAITS_MEMBER(bitstream_buffer_id)
149IPC_STRUCT_TRAITS_END()
150
151IPC_STRUCT_TRAITS_BEGIN(PP_PrintPageNumberRange_Dev)
152  IPC_STRUCT_TRAITS_MEMBER(first_page_number)
153  IPC_STRUCT_TRAITS_MEMBER(last_page_number)
154IPC_STRUCT_TRAITS_END()
155
156IPC_STRUCT_TRAITS_BEGIN(PP_VideoCaptureDeviceInfo_Dev)
157  IPC_STRUCT_TRAITS_MEMBER(width)
158  IPC_STRUCT_TRAITS_MEMBER(height)
159  IPC_STRUCT_TRAITS_MEMBER(frames_per_second)
160IPC_STRUCT_TRAITS_END()
161
162IPC_STRUCT_TRAITS_BEGIN(PP_HostResolver_Private_Hint)
163  IPC_STRUCT_TRAITS_MEMBER(family)
164  IPC_STRUCT_TRAITS_MEMBER(flags)
165IPC_STRUCT_TRAITS_END()
166
167IPC_STRUCT_TRAITS_BEGIN(PP_PrintSettings_Dev)
168  IPC_STRUCT_TRAITS_MEMBER(printable_area)
169  IPC_STRUCT_TRAITS_MEMBER(content_area)
170  IPC_STRUCT_TRAITS_MEMBER(paper_size)
171  IPC_STRUCT_TRAITS_MEMBER(dpi)
172  IPC_STRUCT_TRAITS_MEMBER(orientation)
173  IPC_STRUCT_TRAITS_MEMBER(print_scaling_option)
174  IPC_STRUCT_TRAITS_MEMBER(grayscale)
175  IPC_STRUCT_TRAITS_MEMBER(format)
176IPC_STRUCT_TRAITS_END()
177
178IPC_STRUCT_TRAITS_BEGIN(PP_URLComponent_Dev)
179  IPC_STRUCT_TRAITS_MEMBER(begin)
180  IPC_STRUCT_TRAITS_MEMBER(len)
181IPC_STRUCT_TRAITS_END()
182
183IPC_STRUCT_TRAITS_BEGIN(PP_URLComponents_Dev)
184  IPC_STRUCT_TRAITS_MEMBER(scheme)
185  IPC_STRUCT_TRAITS_MEMBER(username)
186  IPC_STRUCT_TRAITS_MEMBER(password)
187  IPC_STRUCT_TRAITS_MEMBER(host)
188  IPC_STRUCT_TRAITS_MEMBER(port)
189  IPC_STRUCT_TRAITS_MEMBER(path)
190  IPC_STRUCT_TRAITS_MEMBER(query)
191  IPC_STRUCT_TRAITS_MEMBER(ref)
192IPC_STRUCT_TRAITS_END()
193
194IPC_STRUCT_TRAITS_BEGIN(ppapi::DeviceRefData)
195  IPC_STRUCT_TRAITS_MEMBER(type)
196  IPC_STRUCT_TRAITS_MEMBER(name)
197  IPC_STRUCT_TRAITS_MEMBER(id)
198IPC_STRUCT_TRAITS_END()
199
200IPC_STRUCT_TRAITS_BEGIN(ppapi::DirEntry)
201  IPC_STRUCT_TRAITS_MEMBER(name)
202  IPC_STRUCT_TRAITS_MEMBER(is_dir)
203IPC_STRUCT_TRAITS_END()
204
205IPC_STRUCT_TRAITS_BEGIN(ppapi::FileRef_CreateInfo)
206  IPC_STRUCT_TRAITS_MEMBER(file_system_type)
207  IPC_STRUCT_TRAITS_MEMBER(internal_path)
208  IPC_STRUCT_TRAITS_MEMBER(display_name)
209  IPC_STRUCT_TRAITS_MEMBER(pending_host_resource_id)
210  IPC_STRUCT_TRAITS_MEMBER(file_system_plugin_resource)
211IPC_STRUCT_TRAITS_END()
212
213IPC_STRUCT_TRAITS_BEGIN(ppapi::FlashSiteSetting)
214  IPC_STRUCT_TRAITS_MEMBER(site)
215  IPC_STRUCT_TRAITS_MEMBER(permission)
216IPC_STRUCT_TRAITS_END()
217
218IPC_STRUCT_TRAITS_BEGIN(ppapi::ViewData)
219  IPC_STRUCT_TRAITS_MEMBER(rect)
220  IPC_STRUCT_TRAITS_MEMBER(is_fullscreen)
221  IPC_STRUCT_TRAITS_MEMBER(is_page_visible)
222  IPC_STRUCT_TRAITS_MEMBER(clip_rect)
223  IPC_STRUCT_TRAITS_MEMBER(device_scale)
224  IPC_STRUCT_TRAITS_MEMBER(css_scale)
225IPC_STRUCT_TRAITS_END()
226
227IPC_STRUCT_TRAITS_BEGIN(PP_TouchPoint)
228  IPC_STRUCT_TRAITS_MEMBER(id)
229  IPC_STRUCT_TRAITS_MEMBER(position)
230  IPC_STRUCT_TRAITS_MEMBER(radius)
231  IPC_STRUCT_TRAITS_MEMBER(rotation_angle)
232  IPC_STRUCT_TRAITS_MEMBER(pressure)
233IPC_STRUCT_TRAITS_END()
234
235IPC_STRUCT_TRAITS_BEGIN(ppapi::Preferences)
236  IPC_STRUCT_TRAITS_MEMBER(standard_font_family_map)
237  IPC_STRUCT_TRAITS_MEMBER(fixed_font_family_map)
238  IPC_STRUCT_TRAITS_MEMBER(serif_font_family_map)
239  IPC_STRUCT_TRAITS_MEMBER(sans_serif_font_family_map)
240  IPC_STRUCT_TRAITS_MEMBER(default_font_size)
241  IPC_STRUCT_TRAITS_MEMBER(default_fixed_font_size)
242  IPC_STRUCT_TRAITS_MEMBER(number_of_cpu_cores)
243  IPC_STRUCT_TRAITS_MEMBER(is_3d_supported)
244  IPC_STRUCT_TRAITS_MEMBER(is_stage3d_supported)
245  IPC_STRUCT_TRAITS_MEMBER(is_stage3d_baseline_supported)
246IPC_STRUCT_TRAITS_END()
247
248IPC_STRUCT_TRAITS_BEGIN(ppapi::InputEventData)
249  IPC_STRUCT_TRAITS_MEMBER(is_filtered)
250  IPC_STRUCT_TRAITS_MEMBER(event_type)
251  IPC_STRUCT_TRAITS_MEMBER(event_time_stamp)
252  IPC_STRUCT_TRAITS_MEMBER(event_modifiers)
253  IPC_STRUCT_TRAITS_MEMBER(mouse_button)
254  IPC_STRUCT_TRAITS_MEMBER(mouse_position)
255  IPC_STRUCT_TRAITS_MEMBER(mouse_click_count)
256  IPC_STRUCT_TRAITS_MEMBER(mouse_movement)
257  IPC_STRUCT_TRAITS_MEMBER(wheel_delta)
258  IPC_STRUCT_TRAITS_MEMBER(wheel_ticks)
259  IPC_STRUCT_TRAITS_MEMBER(wheel_scroll_by_page)
260  IPC_STRUCT_TRAITS_MEMBER(key_code)
261  IPC_STRUCT_TRAITS_MEMBER(usb_key_code)
262  IPC_STRUCT_TRAITS_MEMBER(character_text)
263  IPC_STRUCT_TRAITS_MEMBER(composition_segment_offsets)
264  IPC_STRUCT_TRAITS_MEMBER(composition_target_segment)
265  IPC_STRUCT_TRAITS_MEMBER(composition_selection_start)
266  IPC_STRUCT_TRAITS_MEMBER(composition_selection_end)
267  IPC_STRUCT_TRAITS_MEMBER(touches)
268  IPC_STRUCT_TRAITS_MEMBER(changed_touches)
269  IPC_STRUCT_TRAITS_MEMBER(target_touches)
270IPC_STRUCT_TRAITS_END()
271
272IPC_STRUCT_TRAITS_BEGIN(ppapi::HostPortPair)
273  IPC_STRUCT_TRAITS_MEMBER(host)
274  IPC_STRUCT_TRAITS_MEMBER(port)
275IPC_STRUCT_TRAITS_END()
276
277IPC_STRUCT_TRAITS_BEGIN(ppapi::URLRequestInfoData)
278  IPC_STRUCT_TRAITS_MEMBER(url)
279  IPC_STRUCT_TRAITS_MEMBER(method)
280  IPC_STRUCT_TRAITS_MEMBER(headers)
281  IPC_STRUCT_TRAITS_MEMBER(stream_to_file)
282  IPC_STRUCT_TRAITS_MEMBER(follow_redirects)
283  IPC_STRUCT_TRAITS_MEMBER(record_download_progress)
284  IPC_STRUCT_TRAITS_MEMBER(record_upload_progress)
285  IPC_STRUCT_TRAITS_MEMBER(has_custom_referrer_url)
286  IPC_STRUCT_TRAITS_MEMBER(custom_referrer_url)
287  IPC_STRUCT_TRAITS_MEMBER(allow_cross_origin_requests)
288  IPC_STRUCT_TRAITS_MEMBER(allow_credentials)
289  IPC_STRUCT_TRAITS_MEMBER(has_custom_content_transfer_encoding)
290  IPC_STRUCT_TRAITS_MEMBER(custom_content_transfer_encoding)
291  IPC_STRUCT_TRAITS_MEMBER(prefetch_buffer_upper_threshold)
292  IPC_STRUCT_TRAITS_MEMBER(prefetch_buffer_lower_threshold)
293  IPC_STRUCT_TRAITS_MEMBER(has_custom_user_agent)
294  IPC_STRUCT_TRAITS_MEMBER(custom_user_agent)
295  IPC_STRUCT_TRAITS_MEMBER(body)
296IPC_STRUCT_TRAITS_END()
297
298IPC_STRUCT_TRAITS_BEGIN(ppapi::URLRequestInfoData::BodyItem)
299  IPC_STRUCT_TRAITS_MEMBER(is_file)
300  IPC_STRUCT_TRAITS_MEMBER(data)
301  // Note: we don't serialize file_ref.
302  IPC_STRUCT_TRAITS_MEMBER(file_ref_host_resource)
303  IPC_STRUCT_TRAITS_MEMBER(start_offset)
304  IPC_STRUCT_TRAITS_MEMBER(number_of_bytes)
305  IPC_STRUCT_TRAITS_MEMBER(expected_last_modified_time)
306IPC_STRUCT_TRAITS_END()
307
308IPC_STRUCT_TRAITS_BEGIN(ppapi::URLResponseInfoData)
309  IPC_STRUCT_TRAITS_MEMBER(url)
310  IPC_STRUCT_TRAITS_MEMBER(headers)
311  IPC_STRUCT_TRAITS_MEMBER(status_code)
312  IPC_STRUCT_TRAITS_MEMBER(status_text)
313  IPC_STRUCT_TRAITS_MEMBER(redirect_url)
314  IPC_STRUCT_TRAITS_MEMBER(body_as_file_ref)
315IPC_STRUCT_TRAITS_END()
316
317IPC_STRUCT_TRAITS_BEGIN(ppapi::NetworkInfo)
318  IPC_STRUCT_TRAITS_MEMBER(name)
319  IPC_STRUCT_TRAITS_MEMBER(type)
320  IPC_STRUCT_TRAITS_MEMBER(state)
321  IPC_STRUCT_TRAITS_MEMBER(addresses)
322  IPC_STRUCT_TRAITS_MEMBER(display_name)
323  IPC_STRUCT_TRAITS_MEMBER(mtu)
324IPC_STRUCT_TRAITS_END()
325
326// Only whitelisted switches passed through NaClChannelArgs.
327// The list of switches can be found in:
328//   chrome/browser/nacl_host/nacl_process_host.cc
329IPC_STRUCT_TRAITS_BEGIN(ppapi::PpapiNaClChannelArgs)
330  IPC_STRUCT_TRAITS_MEMBER(off_the_record)
331  IPC_STRUCT_TRAITS_MEMBER(permissions)
332  IPC_STRUCT_TRAITS_MEMBER(switch_names)
333  IPC_STRUCT_TRAITS_MEMBER(switch_values)
334IPC_STRUCT_TRAITS_END()
335
336#if !defined(OS_NACL) && !defined(NACL_WIN64)
337
338IPC_STRUCT_TRAITS_BEGIN(ppapi::proxy::PPPDecryptor_Buffer)
339  IPC_STRUCT_TRAITS_MEMBER(resource)
340  IPC_STRUCT_TRAITS_MEMBER(handle)
341  IPC_STRUCT_TRAITS_MEMBER(size)
342IPC_STRUCT_TRAITS_END()
343
344#endif  // !defined(OS_NACL) && !defined(NACL_WIN64)
345
346// These are from the browser to the plugin.
347// Loads the given plugin.
348IPC_MESSAGE_CONTROL2(PpapiMsg_LoadPlugin,
349                     base::FilePath /* path */,
350                     ppapi::PpapiPermissions /* permissions */)
351
352// Creates a channel to talk to a renderer. The plugin will respond with
353// PpapiHostMsg_ChannelCreated.
354IPC_MESSAGE_CONTROL3(PpapiMsg_CreateChannel,
355                     base::ProcessId /* renderer_pid */,
356                     int /* renderer_child_id */,
357                     bool /* incognito */)
358
359// Creates a channel to talk to a renderer. This message is only used by the
360// NaCl IPC proxy. It is intercepted by NaClIPCAdapter, which creates the
361// actual channel and rewrites the message for the untrusted side.
362IPC_MESSAGE_CONTROL3(PpapiMsg_CreateNaClChannel,
363                     int /* renderer_id */,
364                     ppapi::PpapiNaClChannelArgs /* args */,
365                     ppapi::proxy::SerializedHandle /* channel_handle */)
366
367// Instructs the plugin process to crash.
368IPC_MESSAGE_CONTROL0(PpapiMsg_Crash)
369
370// Instructs the plugin process to hang.
371IPC_MESSAGE_CONTROL0(PpapiMsg_Hang)
372
373// Each plugin may be referenced by multiple renderers. We need the instance
374// IDs to be unique within a plugin, despite coming from different renderers,
375// and unique within a renderer, despite going to different plugins. This means
376// that neither the renderer nor the plugin can generate instance IDs without
377// consulting the other.
378//
379// We resolve this by having the renderer generate a unique instance ID inside
380// its process. It then asks the plugin to reserve that ID by sending this sync
381// message. If the plugin has not yet seen this ID, it will remember it as used
382// (to prevent a race condition if another renderer tries to then use the same
383// instance), and set usable as true.
384//
385// If the plugin has already seen the instance ID, it will set usable as false
386// and the renderer must retry a new instance ID.
387IPC_SYNC_MESSAGE_CONTROL1_1(PpapiMsg_ReserveInstanceId,
388                            PP_Instance /* instance */,
389                            bool /* usable */)
390
391// Passes the WebKit preferences to the plugin.
392IPC_MESSAGE_CONTROL1(PpapiMsg_SetPreferences,
393                     ppapi::Preferences)
394
395// Sent in both directions to see if the other side supports the given
396// interface.
397IPC_SYNC_MESSAGE_CONTROL1_1(PpapiMsg_SupportsInterface,
398                            std::string /* interface_name */,
399                            bool /* result */)
400
401#if !defined(OS_NACL) && !defined(NACL_WIN64)
402// Network state notification from the browser for implementing
403// PPP_NetworkState_Dev.
404IPC_MESSAGE_CONTROL1(PpapiMsg_SetNetworkState,
405                     bool /* online */)
406
407// Requests a list of sites that have data stored from the plugin. The plugin
408// process will respond with PpapiHostMsg_GetSitesWithDataResult. This is used
409// for Flash.
410IPC_MESSAGE_CONTROL2(PpapiMsg_GetSitesWithData,
411                     uint32 /* request_id */,
412                     base::FilePath /* plugin_data_path */)
413IPC_MESSAGE_CONTROL2(PpapiHostMsg_GetSitesWithDataResult,
414                     uint32 /* request_id */,
415                     std::vector<std::string> /* sites */)
416
417// Instructs the plugin to clear data for the given site & time. The plugin
418// process will respond with PpapiHostMsg_ClearSiteDataResult. This is used
419// for Flash.
420IPC_MESSAGE_CONTROL5(PpapiMsg_ClearSiteData,
421                     uint32 /* request_id */,
422                     base::FilePath /* plugin_data_path */,
423                     std::string /* site */,
424                     uint64 /* flags */,
425                     uint64 /* max_age */)
426IPC_MESSAGE_CONTROL2(PpapiHostMsg_ClearSiteDataResult,
427                     uint32 /* request_id */,
428                     bool /* success */)
429
430IPC_MESSAGE_CONTROL2(PpapiMsg_DeauthorizeContentLicenses,
431                     uint32 /* request_id */,
432                     base::FilePath /* plugin_data_path */)
433IPC_MESSAGE_CONTROL2(PpapiHostMsg_DeauthorizeContentLicensesResult,
434                     uint32 /* request_id */,
435                     bool /* success */)
436
437IPC_MESSAGE_CONTROL3(PpapiMsg_GetPermissionSettings,
438                     uint32 /* request_id */,
439                     base::FilePath /* plugin_data_path */,
440                     PP_Flash_BrowserOperations_SettingType /* setting_type */)
441IPC_MESSAGE_CONTROL4(
442    PpapiHostMsg_GetPermissionSettingsResult,
443    uint32 /* request_id */,
444    bool /* success */,
445    PP_Flash_BrowserOperations_Permission /* default_permission */,
446    ppapi::FlashSiteSettings /* sites */)
447
448IPC_MESSAGE_CONTROL5(PpapiMsg_SetDefaultPermission,
449                     uint32 /* request_id */,
450                     base::FilePath /* plugin_data_path */,
451                     PP_Flash_BrowserOperations_SettingType /* setting_type */,
452                     PP_Flash_BrowserOperations_Permission /* permission */,
453                     bool /* clear_site_specific */)
454IPC_MESSAGE_CONTROL2(PpapiHostMsg_SetDefaultPermissionResult,
455                     uint32 /* request_id */,
456                     bool /* success */)
457
458IPC_MESSAGE_CONTROL4(PpapiMsg_SetSitePermission,
459                     uint32 /* request_id */,
460                     base::FilePath /* plugin_data_path */,
461                     PP_Flash_BrowserOperations_SettingType /* setting_type */,
462                     ppapi::FlashSiteSettings /* sites */)
463IPC_MESSAGE_CONTROL2(PpapiHostMsg_SetSitePermissionResult,
464                     uint32 /* request_id */,
465                     bool /* success */)
466
467// Broker Process.
468IPC_SYNC_MESSAGE_CONTROL2_1(PpapiMsg_ConnectToPlugin,
469                            PP_Instance /* instance */,
470                            IPC::PlatformFileForTransit /* handle */,
471                            int32_t /* result */)
472#endif  // !defined(OS_NACL) && !defined(NACL_WIN64)
473
474// PPB_Audio.
475
476// Notifies the result of the audio stream create call. This is called in
477// both error cases and in the normal success case. These cases are
478// differentiated by the result code, which is one of the standard PPAPI
479// result codes.
480//
481// The handler of this message should always close all of the handles passed
482// in, since some could be valid even in the error case.
483IPC_MESSAGE_ROUTED4(PpapiMsg_PPBAudio_NotifyAudioStreamCreated,
484                    ppapi::HostResource /* audio_id */,
485                    int32_t /* result_code (will be != PP_OK on failure) */,
486                    ppapi::proxy::SerializedHandle /* socket_handle */,
487                    ppapi::proxy::SerializedHandle /* handle */)
488
489// PPB_FileRef.
490// TODO(teravest): Remove these messages when we've switched over to the "new"
491// proxy.
492IPC_MESSAGE_ROUTED3(
493    PpapiMsg_PPBFileRef_CallbackComplete,
494    ppapi::HostResource /* resource */,
495    uint32_t /* callback_id */,
496    int32_t /* result */)
497
498IPC_MESSAGE_ROUTED4(
499    PpapiMsg_PPBFileRef_QueryCallbackComplete,
500    ppapi::HostResource /* resource */,
501    PP_FileInfo /* file_info */,
502    uint32_t /* callback_id */,
503    int32_t /* result */)
504
505IPC_MESSAGE_ROUTED5(
506    PpapiMsg_PPBFileRef_ReadDirectoryEntriesCallbackComplete,
507    ppapi::HostResource /* resource */,
508    std::vector<ppapi::PPB_FileRef_CreateInfo> /* files */,
509    std::vector<PP_FileType> /* file_types */,
510    uint32_t /* callback_id */,
511    int32_t /* result */)
512
513// PPB_FileSystem.
514IPC_MESSAGE_ROUTED2(
515    PpapiMsg_PPBFileSystem_OpenComplete,
516    ppapi::HostResource /* filesystem */,
517    int32_t /* result */)
518
519// PPB_Graphics3D.
520IPC_MESSAGE_ROUTED2(PpapiMsg_PPBGraphics3D_SwapBuffersACK,
521                    ppapi::HostResource /* graphics_3d */,
522                    int32_t /* pp_error */)
523
524// PPB_ImageData.
525IPC_MESSAGE_ROUTED1(PpapiMsg_PPBImageData_NotifyUnusedImageData,
526                    ppapi::HostResource /* old_image_data */)
527
528// PPB_Instance.
529IPC_MESSAGE_ROUTED2(PpapiMsg_PPBInstance_MouseLockComplete,
530                    PP_Instance /* instance */,
531                    int32_t /* result */)
532
533// PPP_Class.
534IPC_SYNC_MESSAGE_ROUTED3_2(PpapiMsg_PPPClass_HasProperty,
535                           int64 /* ppp_class */,
536                           int64 /* object */,
537                           ppapi::proxy::SerializedVar /* property */,
538                           ppapi::proxy::SerializedVar /* out_exception */,
539                           bool /* result */)
540IPC_SYNC_MESSAGE_ROUTED3_2(PpapiMsg_PPPClass_HasMethod,
541                           int64 /* ppp_class */,
542                           int64 /* object */,
543                           ppapi::proxy::SerializedVar /* method */,
544                           ppapi::proxy::SerializedVar /* out_exception */,
545                           bool /* result */)
546IPC_SYNC_MESSAGE_ROUTED3_2(PpapiMsg_PPPClass_GetProperty,
547                           int64 /* ppp_class */,
548                           int64 /* object */,
549                           ppapi::proxy::SerializedVar /* property */,
550                           ppapi::proxy::SerializedVar /* out_exception */,
551                           ppapi::proxy::SerializedVar /* result */)
552IPC_SYNC_MESSAGE_ROUTED2_2(PpapiMsg_PPPClass_EnumerateProperties,
553                           int64 /* ppp_class */,
554                           int64 /* object */,
555                           std::vector<ppapi::proxy::SerializedVar> /* props */,
556                           ppapi::proxy::SerializedVar /* out_exception */)
557IPC_SYNC_MESSAGE_ROUTED4_1(PpapiMsg_PPPClass_SetProperty,
558                           int64 /* ppp_class */,
559                           int64 /* object */,
560                           ppapi::proxy::SerializedVar /* name */,
561                           ppapi::proxy::SerializedVar /* value */,
562                           ppapi::proxy::SerializedVar /* out_exception */)
563IPC_SYNC_MESSAGE_ROUTED3_1(PpapiMsg_PPPClass_RemoveProperty,
564                           int64 /* ppp_class */,
565                           int64 /* object */,
566                           ppapi::proxy::SerializedVar /* property */,
567                           ppapi::proxy::SerializedVar /* out_exception */)
568IPC_SYNC_MESSAGE_ROUTED4_2(PpapiMsg_PPPClass_Call,
569                           int64 /* ppp_class */,
570                           int64 /* object */,
571                           ppapi::proxy::SerializedVar /* method_name */,
572                           std::vector<ppapi::proxy::SerializedVar> /* args */,
573                           ppapi::proxy::SerializedVar /* out_exception */,
574                           ppapi::proxy::SerializedVar /* result */)
575IPC_SYNC_MESSAGE_ROUTED3_2(PpapiMsg_PPPClass_Construct,
576                           int64 /* ppp_class */,
577                           int64 /* object */,
578                           std::vector<ppapi::proxy::SerializedVar> /* args */,
579                           ppapi::proxy::SerializedVar /* out_exception */,
580                           ppapi::proxy::SerializedVar /* result */)
581IPC_MESSAGE_ROUTED2(PpapiMsg_PPPClass_Deallocate,
582                    int64 /* ppp_class */,
583                    int64 /* object */)
584
585// PPP_Graphics3D_Dev.
586IPC_MESSAGE_ROUTED1(PpapiMsg_PPPGraphics3D_ContextLost,
587                    PP_Instance /* instance */)
588
589// PPP_InputEvent.
590IPC_MESSAGE_ROUTED2(PpapiMsg_PPPInputEvent_HandleInputEvent,
591                    PP_Instance /* instance */,
592                    ppapi::InputEventData /* data */)
593IPC_SYNC_MESSAGE_ROUTED2_1(PpapiMsg_PPPInputEvent_HandleFilteredInputEvent,
594                           PP_Instance /* instance */,
595                           ppapi::InputEventData /* data */,
596                           PP_Bool /* result */)
597
598// PPP_Instance.
599IPC_SYNC_MESSAGE_ROUTED3_1(PpapiMsg_PPPInstance_DidCreate,
600                           PP_Instance /* instance */,
601                           std::vector<std::string> /* argn */,
602                           std::vector<std::string> /* argv */,
603                           PP_Bool /* result */)
604IPC_SYNC_MESSAGE_ROUTED1_0(PpapiMsg_PPPInstance_DidDestroy,
605                           PP_Instance /* instance */)
606IPC_MESSAGE_ROUTED3(PpapiMsg_PPPInstance_DidChangeView,
607                    PP_Instance /* instance */,
608                    ppapi::ViewData /* new_data */,
609                    PP_Bool /* flash_fullscreen */)
610IPC_MESSAGE_ROUTED2(PpapiMsg_PPPInstance_DidChangeFocus,
611                    PP_Instance /* instance */,
612                    PP_Bool /* has_focus */)
613IPC_MESSAGE_ROUTED3(PpapiMsg_PPPInstance_HandleDocumentLoad,
614    PP_Instance /* instance */,
615    int /* pending_loader_host_id */,
616    ppapi::URLResponseInfoData /* response */)
617
618// PPP_Messaging.
619IPC_MESSAGE_ROUTED2(PpapiMsg_PPPMessaging_HandleMessage,
620                    PP_Instance /* instance */,
621                    ppapi::proxy::SerializedVar /* message */)
622
623// PPP_MouseLock.
624IPC_MESSAGE_ROUTED1(PpapiMsg_PPPMouseLock_MouseLockLost,
625                    PP_Instance /* instance */)
626
627// PPB_NetworkMonitor_Private.
628IPC_MESSAGE_ROUTED2(PpapiMsg_PPBNetworkMonitor_NetworkList,
629                    uint32 /* plugin_dispatcher_id */,
630                    ppapi::NetworkList /* network_list */)
631
632// PPP_Printing
633IPC_SYNC_MESSAGE_ROUTED1_1(PpapiMsg_PPPPrinting_QuerySupportedFormats,
634                           PP_Instance /* instance */,
635                           uint32_t /* result */)
636IPC_SYNC_MESSAGE_ROUTED2_1(PpapiMsg_PPPPrinting_Begin,
637                           PP_Instance /* instance */,
638                           std::string /* settings_string */,
639                           int32_t /* result */)
640IPC_SYNC_MESSAGE_ROUTED2_1(PpapiMsg_PPPPrinting_PrintPages,
641                           PP_Instance /* instance */,
642                           std::vector<PP_PrintPageNumberRange_Dev> /* pages */,
643                           ppapi::HostResource /* result */)
644IPC_MESSAGE_ROUTED1(PpapiMsg_PPPPrinting_End,
645                    PP_Instance /* instance */)
646IPC_SYNC_MESSAGE_ROUTED1_1(PpapiMsg_PPPPrinting_IsScalingDisabled,
647                           PP_Instance /* instance */,
648                           bool /* result */)
649
650// PPP_TextInput.
651IPC_MESSAGE_ROUTED2(PpapiMsg_PPPTextInput_RequestSurroundingText,
652                   PP_Instance /* instance */,
653                   uint32_t /* desired_number_of_characters */)
654
655#if !defined(OS_NACL) && !defined(NACL_WIN64)
656// PPB_Broker.
657IPC_MESSAGE_ROUTED3(
658    PpapiMsg_PPBBroker_ConnectComplete,
659    ppapi::HostResource /* broker */,
660    IPC::PlatformFileForTransit /* handle */,
661    int32_t /* result */)
662
663// PPP_ContentDecryptor_Dev
664IPC_MESSAGE_ROUTED4(PpapiMsg_PPPContentDecryptor_GenerateKeyRequest,
665                    PP_Instance /* instance */,
666                    ppapi::proxy::SerializedVar /* key_system, String */,
667                    ppapi::proxy::SerializedVar /* type, String */,
668                    ppapi::proxy::SerializedVar /* init_data, ArrayBuffer */)
669IPC_MESSAGE_ROUTED4(PpapiMsg_PPPContentDecryptor_AddKey,
670                    PP_Instance /* instance */,
671                    ppapi::proxy::SerializedVar /* session_id, String */,
672                    ppapi::proxy::SerializedVar /* key, ArrayBuffer */,
673                    ppapi::proxy::SerializedVar /* init_data, ArrayBuffer */)
674IPC_MESSAGE_ROUTED2(PpapiMsg_PPPContentDecryptor_CancelKeyRequest,
675                    PP_Instance /* instance */,
676                    ppapi::proxy::SerializedVar /* session_id, String */)
677IPC_MESSAGE_ROUTED3(PpapiMsg_PPPContentDecryptor_Decrypt,
678                    PP_Instance /* instance */,
679                    ppapi::proxy::PPPDecryptor_Buffer /* buffer */,
680                    std::string /* serialized_block_info */)
681IPC_MESSAGE_ROUTED3(
682    PpapiMsg_PPPContentDecryptor_InitializeAudioDecoder,
683    PP_Instance /* instance */,
684    std::string /* serialized_decoder_config */,
685    ppapi::proxy::PPPDecryptor_Buffer /* extra_data_buffer */)
686IPC_MESSAGE_ROUTED3(
687    PpapiMsg_PPPContentDecryptor_InitializeVideoDecoder,
688    PP_Instance /* instance */,
689    std::string /* serialized_decoder_config */,
690    ppapi::proxy::PPPDecryptor_Buffer /* extra_data_buffer. */)
691IPC_MESSAGE_ROUTED3(PpapiMsg_PPPContentDecryptor_DeinitializeDecoder,
692                    PP_Instance /* instance */,
693                    PP_DecryptorStreamType /* decoder_type */,
694                    uint32_t /* request_id */)
695IPC_MESSAGE_ROUTED3(PpapiMsg_PPPContentDecryptor_ResetDecoder,
696                    PP_Instance /* instance */,
697                    PP_DecryptorStreamType /* decoder_type */,
698                    uint32_t /* request_id */)
699IPC_MESSAGE_ROUTED4(PpapiMsg_PPPContentDecryptor_DecryptAndDecode,
700                    PP_Instance /* instance */,
701                    PP_DecryptorStreamType /* decoder_type */,
702                    ppapi::proxy::PPPDecryptor_Buffer /* buffer */,
703                    std::string /* serialized_block_info */)
704#endif  // !defined(OS_NACL) && !defined(NACL_WIN64)
705
706#if !defined(OS_NACL) && !defined(NACL_WIN64)
707// PPP_Instance_Private.
708IPC_SYNC_MESSAGE_ROUTED1_1(PpapiMsg_PPPInstancePrivate_GetInstanceObject,
709                           PP_Instance /* instance */,
710                           ppapi::proxy::SerializedVar /* result */)
711
712// PPB_VideoDecoder_Dev.
713// (Messages from renderer to plugin to notify it to run callbacks.)
714IPC_MESSAGE_ROUTED3(PpapiMsg_PPBVideoDecoder_EndOfBitstreamACK,
715                    ppapi::HostResource /* video_decoder */,
716                    int32_t /* bitstream buffer id */,
717                    int32_t /* PP_CompletionCallback result */)
718IPC_MESSAGE_ROUTED2(PpapiMsg_PPBVideoDecoder_FlushACK,
719                    ppapi::HostResource /* video_decoder */,
720                    int32_t /* PP_CompletionCallback result  */)
721IPC_MESSAGE_ROUTED2(PpapiMsg_PPBVideoDecoder_ResetACK,
722                    ppapi::HostResource /* video_decoder */,
723                    int32_t /* PP_CompletionCallback result */)
724
725// PPP_VideoDecoder_Dev.
726IPC_MESSAGE_ROUTED4(PpapiMsg_PPPVideoDecoder_ProvidePictureBuffers,
727                    ppapi::HostResource /* video_decoder */,
728                    uint32_t /* requested number of buffers */,
729                    PP_Size /* dimensions of buffers */,
730                    uint32_t /* texture_target */)
731IPC_MESSAGE_ROUTED2(PpapiMsg_PPPVideoDecoder_DismissPictureBuffer,
732                    ppapi::HostResource /* video_decoder */,
733                    int32_t /* picture buffer id */)
734IPC_MESSAGE_ROUTED2(PpapiMsg_PPPVideoDecoder_PictureReady,
735                    ppapi::HostResource /* video_decoder */,
736                    PP_Picture_Dev /* output picture */)
737IPC_MESSAGE_ROUTED2(PpapiMsg_PPPVideoDecoder_NotifyError,
738                    ppapi::HostResource /* video_decoder */,
739                    PP_VideoDecodeError_Dev /* error */)
740#endif  // !defined(OS_NACL) && !defined(NACL_WIN64)
741
742// -----------------------------------------------------------------------------
743// These are from the plugin to the renderer.
744
745// Reply to PpapiMsg_CreateChannel. The handle will be NULL if the channel
746// could not be established. This could be because the IPC could not be created
747// for some weird reason, but more likely that the plugin failed to load or
748// initialize properly.
749IPC_MESSAGE_CONTROL1(PpapiHostMsg_ChannelCreated,
750                     IPC::ChannelHandle /* handle */)
751
752// Logs the given message to the console of all instances.
753IPC_MESSAGE_CONTROL4(PpapiHostMsg_LogWithSource,
754                     PP_Instance /* instance */,
755                     int /* log_level */,
756                     std::string /* source */,
757                     std::string /* value */)
758
759// PPB_Audio.
760IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBAudio_Create,
761                           PP_Instance /* instance_id */,
762                           int32_t /* sample_rate */,
763                           uint32_t /* sample_frame_count */,
764                           ppapi::HostResource /* result */)
765IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBAudio_StartOrStop,
766                    ppapi::HostResource /* audio_id */,
767                    bool /* play */)
768
769// PPB_Core.
770IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBCore_AddRefResource,
771                    ppapi::HostResource)
772IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBCore_ReleaseResource,
773                    ppapi::HostResource)
774
775// PPB_FileRef.
776// TODO(teravest): Remove these messages when we've switched over to the "new"
777// proxy.
778IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBFileRef_Create,
779                           PP_Instance /* instance */,
780                           PP_Resource /* file_system */,
781                           std::string /* path */,
782                           ppapi::PPB_FileRef_CreateInfo /* result */)
783IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBFileRef_GetParent,
784                           ppapi::HostResource /* file_ref */,
785                           ppapi::PPB_FileRef_CreateInfo /* result */)
786IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBFileRef_MakeDirectory,
787                    ppapi::HostResource /* file_ref */,
788                    PP_Bool /* make_ancestors */,
789                    uint32_t /* callback_id */)
790IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBFileRef_Touch,
791                    ppapi::HostResource /* file_ref */,
792                    PP_Time /* last_access */,
793                    PP_Time /* last_modified */,
794                    uint32_t /* callback_id */)
795IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBFileRef_Delete,
796                    ppapi::HostResource /* file_ref */,
797                    uint32_t /* callback_id */)
798IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBFileRef_Rename,
799                    ppapi::HostResource /* file_ref */,
800                    ppapi::HostResource /* new_file_ref */,
801                    uint32_t /* callback_id */)
802IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBFileRef_Query,
803                    ppapi::HostResource /* file_ref */,
804                    uint32_t /* callback_id */)
805IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBFileRef_GetAbsolutePath,
806                           ppapi::HostResource /* file_ref */,
807                           ppapi::proxy::SerializedVar /* result */)
808IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBFileRef_ReadDirectoryEntries,
809                    ppapi::HostResource /* file_ref */,
810                    uint32_t /* callback_id */)
811
812// PPB_Graphics3D.
813IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBGraphics3D_Create,
814                           PP_Instance /* instance */,
815                           ppapi::HostResource /* share_context */,
816                           std::vector<int32_t> /* attrib_list */,
817                           ppapi::HostResource /* result */)
818IPC_SYNC_MESSAGE_ROUTED2_0(PpapiHostMsg_PPBGraphics3D_SetGetBuffer,
819                           ppapi::HostResource /* context */,
820                           int32 /* transfer_buffer_id */)
821IPC_SYNC_MESSAGE_ROUTED1_2(PpapiHostMsg_PPBGraphics3D_GetState,
822                           ppapi::HostResource /* context */,
823                           gpu::CommandBuffer::State /* state */,
824                           bool /* success */)
825IPC_SYNC_MESSAGE_ROUTED3_2(PpapiHostMsg_PPBGraphics3D_Flush,
826                           ppapi::HostResource /* context */,
827                           int32 /* put_offset */,
828                           int32 /* last_known_get */,
829                           gpu::CommandBuffer::State /* state */,
830                           bool /* success */)
831IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBGraphics3D_AsyncFlush,
832                    ppapi::HostResource /* context */,
833                    int32 /* put_offset */)
834IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBGraphics3D_CreateTransferBuffer,
835                           ppapi::HostResource /* context */,
836                           uint32 /* size */,
837                           int32 /* id */)
838IPC_SYNC_MESSAGE_ROUTED2_0(PpapiHostMsg_PPBGraphics3D_DestroyTransferBuffer,
839                           ppapi::HostResource /* context */,
840                           int32 /* id */)
841IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBGraphics3D_GetTransferBuffer,
842                           ppapi::HostResource /* context */,
843                           int32 /* id */,
844                           ppapi::proxy::SerializedHandle /* transfer_buffer */)
845IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBGraphics3D_SwapBuffers,
846                    ppapi::HostResource /* graphics_3d */)
847IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBGraphics3D_InsertSyncPoint,
848                           ppapi::HostResource /* context */,
849                           uint32 /* sync_point */)
850
851// PPB_ImageData.
852IPC_SYNC_MESSAGE_ROUTED4_3(PpapiHostMsg_PPBImageData_CreatePlatform,
853                           PP_Instance /* instance */,
854                           int32 /* format */,
855                           PP_Size /* size */,
856                           PP_Bool /* init_to_zero */,
857                           ppapi::HostResource /* result_resource */,
858                           PP_ImageDataDesc /* image_data_desc */,
859                           ppapi::proxy::ImageHandle /* result */)
860IPC_SYNC_MESSAGE_ROUTED4_3(PpapiHostMsg_PPBImageData_CreateSimple,
861                           PP_Instance /* instance */,
862                           int32 /* format */,
863                           PP_Size /* size */,
864                           PP_Bool /* init_to_zero */,
865                           ppapi::HostResource /* result_resource */,
866                           PP_ImageDataDesc /* image_data_desc */,
867                           ppapi::proxy::SerializedHandle /* result */)
868
869// PPB_Instance.
870IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBInstance_GetWindowObject,
871                           PP_Instance /* instance */,
872                           ppapi::proxy::SerializedVar /* result */)
873IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBInstance_GetOwnerElementObject,
874                           PP_Instance /* instance */,
875                           ppapi::proxy::SerializedVar /* result */)
876IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBInstance_BindGraphics,
877                    PP_Instance /* instance */,
878                    PP_Resource /* device */)
879IPC_SYNC_MESSAGE_ROUTED1_1(
880    PpapiHostMsg_PPBInstance_GetAudioHardwareOutputSampleRate,
881                           PP_Instance /* instance */,
882                           uint32_t /* result */)
883IPC_SYNC_MESSAGE_ROUTED1_1(
884    PpapiHostMsg_PPBInstance_GetAudioHardwareOutputBufferSize,
885                           PP_Instance /* instance */,
886                           uint32_t /* result */)
887IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBInstance_IsFullFrame,
888                           PP_Instance /* instance */,
889                           PP_Bool /* result */)
890IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBInstance_ExecuteScript,
891                           PP_Instance /* instance */,
892                           ppapi::proxy::SerializedVar /* script */,
893                           ppapi::proxy::SerializedVar /* out_exception */,
894                           ppapi::proxy::SerializedVar /* result */)
895IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBInstance_GetDefaultCharSet,
896                           PP_Instance /* instance */,
897                           ppapi::proxy::SerializedVar /* result */)
898IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBInstance_SetFullscreen,
899                           PP_Instance /* instance */,
900                           PP_Bool /* fullscreen */,
901                           PP_Bool /* result */)
902IPC_SYNC_MESSAGE_ROUTED1_2(PpapiHostMsg_PPBInstance_GetScreenSize,
903                           PP_Instance /* instance */,
904                           PP_Bool /* result */,
905                           PP_Size /* size */)
906IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_RequestInputEvents,
907                    PP_Instance /* instance */,
908                    bool /* is_filtering */,
909                    uint32_t /* event_classes */)
910IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBInstance_ClearInputEvents,
911                    PP_Instance /* instance */,
912                    uint32_t /* event_classes */)
913IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBInstance_PostMessage,
914                    PP_Instance /* instance */,
915                    ppapi::proxy::SerializedVar /* message */)
916IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBInstance_LockMouse,
917                    PP_Instance /* instance */)
918IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBInstance_UnlockMouse,
919                    PP_Instance /* instance */)
920IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBInstance_ResolveRelativeToDocument,
921                           PP_Instance /* instance */,
922                           ppapi::proxy::SerializedVar /* relative */,
923                           ppapi::proxy::SerializedVar /* result */)
924IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBInstance_DocumentCanRequest,
925                           PP_Instance /* instance */,
926                           ppapi::proxy::SerializedVar /* relative */,
927                           PP_Bool /* result */)
928IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBInstance_DocumentCanAccessDocument,
929                           PP_Instance /* active */,
930                           PP_Instance /* target */,
931                           PP_Bool /* result */)
932IPC_SYNC_MESSAGE_ROUTED1_2(PpapiHostMsg_PPBInstance_GetDocumentURL,
933                           PP_Instance /* active */,
934                           PP_URLComponents_Dev /* components */,
935                           ppapi::proxy::SerializedVar /* result */)
936IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBInstance_GetPluginInstanceURL,
937                           PP_Instance /* active */,
938                           ppapi::proxy::SerializedVar /* result */)
939IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBInstance_GetPluginReferrerURL,
940                           PP_Instance /* instance */,
941                           ppapi::proxy::SerializedVar /* result */)
942IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBInstance_SetCursor,
943                    PP_Instance /* instance */,
944                    int32_t /* type */,
945                    ppapi::HostResource /* custom_image */,
946                    PP_Point /* hot_spot */)
947IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBInstance_SetTextInputType,
948                    PP_Instance /* instance */,
949                    PP_TextInput_Type /* type */)
950IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_UpdateCaretPosition,
951                    PP_Instance /* instance */,
952                    PP_Rect /* caret */,
953                    PP_Rect /* bounding_box */)
954IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBInstance_CancelCompositionText,
955                    PP_Instance /* instance */)
956IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBInstance_UpdateSurroundingText,
957                    PP_Instance /* instance */,
958                    std::string /* text */,
959                    uint32_t /* caret */,
960                    uint32_t /* anchor */)
961
962// PPB_Var.
963IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBVar_AddRefObject,
964                           int64 /* object_id */,
965                           int /* unused - need a return value for sync msgs */)
966IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVar_ReleaseObject,
967                    int64 /* object_id */)
968IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBVar_HasProperty,
969                           ppapi::proxy::SerializedVar /* object */,
970                           ppapi::proxy::SerializedVar /* property */,
971                           ppapi::proxy::SerializedVar /* out_exception */,
972                           PP_Bool /* result */)
973IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBVar_HasMethodDeprecated,
974                           ppapi::proxy::SerializedVar /* object */,
975                           ppapi::proxy::SerializedVar /* method */,
976                           ppapi::proxy::SerializedVar /* out_exception */,
977                           PP_Bool /* result */)
978IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBVar_GetProperty,
979                           ppapi::proxy::SerializedVar /* object */,
980                           ppapi::proxy::SerializedVar /* property */,
981                           ppapi::proxy::SerializedVar /* out_exception */,
982                           ppapi::proxy::SerializedVar /* result */)
983IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBVar_DeleteProperty,
984                           ppapi::proxy::SerializedVar /* object */,
985                           ppapi::proxy::SerializedVar /* property */,
986                           ppapi::proxy::SerializedVar /* out_exception */,
987                           PP_Bool /* result */)
988IPC_SYNC_MESSAGE_ROUTED1_2(PpapiHostMsg_PPBVar_EnumerateProperties,
989                           ppapi::proxy::SerializedVar /* object */,
990                           std::vector<ppapi::proxy::SerializedVar> /* props */,
991                           ppapi::proxy::SerializedVar /* out_exception */)
992IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBVar_SetPropertyDeprecated,
993                           ppapi::proxy::SerializedVar /* object */,
994                           ppapi::proxy::SerializedVar /* name */,
995                           ppapi::proxy::SerializedVar /* value */,
996                           ppapi::proxy::SerializedVar /* out_exception */)
997IPC_SYNC_MESSAGE_ROUTED3_2(PpapiHostMsg_PPBVar_CallDeprecated,
998                           ppapi::proxy::SerializedVar /* object */,
999                           ppapi::proxy::SerializedVar /* method_name */,
1000                           std::vector<ppapi::proxy::SerializedVar> /* args */,
1001                           ppapi::proxy::SerializedVar /* out_exception */,
1002                           ppapi::proxy::SerializedVar /* result */)
1003IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBVar_Construct,
1004                           ppapi::proxy::SerializedVar /* object */,
1005                           std::vector<ppapi::proxy::SerializedVar> /* args */,
1006                           ppapi::proxy::SerializedVar /* out_exception */,
1007                           ppapi::proxy::SerializedVar /* result */)
1008IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBVar_IsInstanceOfDeprecated,
1009                           ppapi::proxy::SerializedVar /* var */,
1010                           int64 /* object_class */,
1011                           int64 /* object-data */,
1012                           PP_Bool /* result */)
1013IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBVar_CreateObjectDeprecated,
1014                           PP_Instance /* instance */,
1015                           int64 /* object_class */,
1016                           int64 /* object_data */,
1017                           ppapi::proxy::SerializedVar /* result */)
1018
1019#if !defined(OS_NACL) && !defined(NACL_WIN64)
1020// PPB_Broker.
1021IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBBroker_Create,
1022                           PP_Instance /* instance */,
1023                           ppapi::HostResource /* result_resource */)
1024IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBBroker_Connect,
1025                    ppapi::HostResource /* broker */)
1026
1027// PPB_Buffer.
1028IPC_SYNC_MESSAGE_ROUTED2_2(
1029    PpapiHostMsg_PPBBuffer_Create,
1030    PP_Instance /* instance */,
1031    uint32_t /* size */,
1032    ppapi::HostResource /* result_resource */,
1033    ppapi::proxy::SerializedHandle /* result_shm_handle */)
1034
1035// PPB_ContentDecryptor_Dev messages handled in PPB_Instance_Proxy.
1036IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBInstance_NeedKey,
1037                    PP_Instance /* instance */,
1038                    ppapi::proxy::SerializedVar /* key_system, String */,
1039                    ppapi::proxy::SerializedVar /* session_id, String */,
1040                    ppapi::proxy::SerializedVar /* init_data, ArrayBuffer */)
1041IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_KeyAdded,
1042                    PP_Instance /* instance */,
1043                    ppapi::proxy::SerializedVar /* key_system, String */,
1044                    ppapi::proxy::SerializedVar /* session_id, String */)
1045IPC_MESSAGE_ROUTED5(PpapiHostMsg_PPBInstance_KeyMessage,
1046                    PP_Instance /* instance */,
1047                    ppapi::proxy::SerializedVar /* key_system, String */,
1048                    ppapi::proxy::SerializedVar /* session_id, String */,
1049                    ppapi::proxy::SerializedVar /* message, ArrayBuffer */,
1050                    ppapi::proxy::SerializedVar /* default_url, String */)
1051IPC_MESSAGE_ROUTED5(PpapiHostMsg_PPBInstance_KeyError,
1052                    PP_Instance /* instance */,
1053                    ppapi::proxy::SerializedVar /* key_system, String */,
1054                    ppapi::proxy::SerializedVar /* session_id, String */,
1055                    int32_t /* media_error */,
1056                    int32_t /* system_code */)
1057IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_DeliverBlock,
1058                    PP_Instance /* instance */,
1059                    PP_Resource /* decrypted_block, PPB_Buffer_Dev */,
1060                    std::string /* serialized_block_info */)
1061IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBInstance_DecoderInitializeDone,
1062                    PP_Instance /* instance */,
1063                    PP_DecryptorStreamType /* decoder_type */,
1064                    uint32_t /* request_id */,
1065                    PP_Bool /* success */)
1066IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_DecoderDeinitializeDone,
1067                    PP_Instance /* instance */,
1068                    PP_DecryptorStreamType /* decoder_type */,
1069                    uint32_t /* request_id */)
1070IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_DecoderResetDone,
1071                    PP_Instance /* instance */,
1072                    PP_DecryptorStreamType /* decoder_type */,
1073                    uint32_t /* request_id */)
1074IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_DeliverFrame,
1075                    PP_Instance /* instance */,
1076                    PP_Resource /* decrypted_frame, PPB_Buffer_Dev */,
1077                    std::string /* serialized_block_info */)
1078IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_DeliverSamples,
1079                    PP_Instance /* instance */,
1080                    PP_Resource /* audio_frames, PPB_Buffer_Dev */,
1081                    std::string /* serialized_block_info */)
1082#endif  // !defined(OS_NACL) && !defined(NACL_WIN64)
1083
1084// PPB_NetworkMonitor_Private.
1085IPC_MESSAGE_CONTROL1(PpapiHostMsg_PPBNetworkMonitor_Start,
1086                     uint32 /* plugin_dispatcher_id */)
1087IPC_MESSAGE_CONTROL1(PpapiHostMsg_PPBNetworkMonitor_Stop,
1088                     uint32 /* plugin_dispatcher_id */)
1089
1090// PPB_Testing.
1091IPC_SYNC_MESSAGE_ROUTED3_1(
1092    PpapiHostMsg_PPBTesting_ReadImageData,
1093    ppapi::HostResource /* device_context_2d */,
1094    ppapi::HostResource /* image */,
1095    PP_Point /* top_left */,
1096    PP_Bool /* result */)
1097IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBTesting_GetLiveObjectsForInstance,
1098                           PP_Instance /* instance */,
1099                           uint32 /* result */)
1100IPC_SYNC_MESSAGE_ROUTED2_0(PpapiHostMsg_PPBTesting_SimulateInputEvent,
1101                           PP_Instance /* instance */,
1102                           ppapi::InputEventData /* input_event */)
1103IPC_SYNC_MESSAGE_ROUTED1_0(
1104    PpapiHostMsg_PPBTesting_SetMinimumArrayBufferSizeForShmem,
1105    uint32_t /* threshold */)
1106
1107#if !defined(OS_NACL) && !defined(NACL_WIN64)
1108
1109// PPB_VideoDecoder.
1110IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBVideoDecoder_Create,
1111                           PP_Instance /* instance */,
1112                           ppapi::HostResource /* context */,
1113                           PP_VideoDecoder_Profile /* profile */,
1114                           ppapi::HostResource /* result */)
1115IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBVideoDecoder_Decode,
1116                    ppapi::HostResource /* video_decoder */,
1117                    ppapi::HostResource /* bitstream buffer */,
1118                    int32 /* bitstream buffer id */,
1119                    uint32 /* size of buffer */)
1120IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBVideoDecoder_AssignPictureBuffers,
1121                    ppapi::HostResource /* video_decoder */,
1122                    std::vector<PP_PictureBuffer_Dev> /* picture buffers */)
1123IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBVideoDecoder_ReusePictureBuffer,
1124                    ppapi::HostResource /* video_decoder */,
1125                    int32_t /* picture buffer id */)
1126IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVideoDecoder_Flush,
1127                    ppapi::HostResource /* video_decoder */)
1128IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVideoDecoder_Reset,
1129                    ppapi::HostResource /* video_decoder */)
1130IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBVideoDecoder_Destroy,
1131                           ppapi::HostResource /* video_decoder */)
1132
1133// PPB_Flash_MessageLoop.
1134IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBFlashMessageLoop_Create,
1135                           PP_Instance /* instance */,
1136                           ppapi::HostResource /* result */)
1137IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBFlashMessageLoop_Run,
1138                           ppapi::HostResource /* flash_message_loop */,
1139                           int32_t /* result */)
1140IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBFlashMessageLoop_Quit,
1141                           ppapi::HostResource /* flash_message_loop */)
1142#endif  // !defined(OS_NACL) && !defined(NACL_WIN64)
1143
1144// PPB_X509Certificate_Private
1145IPC_SYNC_MESSAGE_CONTROL1_2(PpapiHostMsg_PPBX509Certificate_ParseDER,
1146                            std::vector<char> /* der */,
1147                            bool /* succeeded */,
1148                            ppapi::PPB_X509Certificate_Fields /* result */)
1149
1150//-----------------------------------------------------------------------------
1151// Resource call/reply messages.
1152//
1153// These are the new-style resource implementations where the resource is only
1154// implemented in the proxy and "resource messages" are sent between this and a
1155// host object. Resource messages are a wrapper around some general routing
1156// information and a separate message of a type defined by the specific resource
1157// sending/receiving it. The extra paremeters allow the nested message to be
1158// routed automatically to the correct resource.
1159
1160// Notification that a resource has been created in the plugin. The nested
1161// message will be resource-type-specific.
1162IPC_MESSAGE_CONTROL3(PpapiHostMsg_ResourceCreated,
1163                     ppapi::proxy::ResourceMessageCallParams /* call_params */,
1164                     PP_Instance  /* instance */,
1165                     IPC::Message /* nested_msg */)
1166
1167// Notification that a resource has been destroyed in the plugin.
1168IPC_MESSAGE_CONTROL1(PpapiHostMsg_ResourceDestroyed,
1169                     PP_Resource /* resource */)
1170
1171// Most resources are created by the plugin, which then sends a ResourceCreated
1172// message to create a corresponding ResourceHost in the renderer or browser
1173// host process. However, some resources are first created in the host and
1174// "pushed" or returned to the plugin.
1175//
1176// In this case, the host will create a "pending" ResourceHost object which
1177// is identified by an ID. The ID is sent to the plugin process and the
1178// PluginResource object is created. This message is sent from the plugin to
1179// the host process to connect the PluginResource and the pending ResourceHost
1180// (at which point, it's no longer pending).
1181IPC_MESSAGE_CONTROL2(PpapiHostMsg_AttachToPendingHost,
1182                     PP_Resource /* resource */,
1183                     int /* pending_host_id */)
1184
1185// A resource call is a request from the plugin to the host. It may or may not
1186// require a reply, depending on the params. The nested message will be
1187// resource-type-specific.
1188IPC_MESSAGE_CONTROL2(PpapiHostMsg_ResourceCall,
1189                     ppapi::proxy::ResourceMessageCallParams /* call_params */,
1190                     IPC::Message /* nested_msg */)
1191IPC_MESSAGE_CONTROL3(PpapiHostMsg_InProcessResourceCall,
1192                     int /* routing_id */,
1193                     ppapi::proxy::ResourceMessageCallParams /* call_params */,
1194                     IPC::Message /* nested_msg */)
1195
1196// A resource reply is a response to a ResourceCall from a host to the
1197// plugin. The resource ID + sequence number in the params will correspond to
1198// that of the previous ResourceCall.
1199IPC_MESSAGE_CONTROL2(
1200    PpapiPluginMsg_ResourceReply,
1201    ppapi::proxy::ResourceMessageReplyParams /* reply_params */,
1202    IPC::Message /* nested_msg */)
1203IPC_MESSAGE_ROUTED2(
1204    PpapiHostMsg_InProcessResourceReply,
1205    ppapi::proxy::ResourceMessageReplyParams /* reply_params */,
1206    IPC::Message /* nested_msg */)
1207
1208
1209IPC_SYNC_MESSAGE_CONTROL2_2(PpapiHostMsg_ResourceSyncCall,
1210    ppapi::proxy::ResourceMessageCallParams /* call_params */,
1211    IPC::Message /* nested_msg */,
1212    ppapi::proxy::ResourceMessageReplyParams /* reply_params */,
1213    IPC::Message /* reply_msg */)
1214
1215// This message is sent from the renderer to the browser when it wants to create
1216// ResourceHosts in the browser. It contains the process ID of the plugin and
1217// the instance of the plugin for which to create the resource for. params
1218// contains the sequence number for the message to track the response.
1219// The nested messages are ResourceHost creation messages.
1220IPC_MESSAGE_CONTROL5(
1221    PpapiHostMsg_CreateResourceHostsFromHost,
1222    int /* routing_id */,
1223    int /* child_process_id */,
1224    ppapi::proxy::ResourceMessageCallParams /* params */,
1225    PP_Instance /* instance */,
1226    std::vector<IPC::Message> /* nested_msgs */)
1227
1228// This message is sent from the browser to the renderer when it has created
1229// ResourceHosts for the renderer. It contains the sequence number that was sent
1230// in the request and the IDs of the pending ResourceHosts which were created in
1231// the browser. These IDs are only useful for the plugin which can attach to the
1232// ResourceHosts in the browser.
1233IPC_MESSAGE_ROUTED2(
1234    PpapiHostMsg_CreateResourceHostsFromHostReply,
1235    int32_t /* sequence */,
1236    std::vector<int> /* pending_host_ids */)
1237
1238//-----------------------------------------------------------------------------
1239// Messages for resources using call/reply above.
1240
1241// Broker ----------------------------------------------------------------------
1242IPC_MESSAGE_CONTROL0(PpapiHostMsg_Broker_Create)
1243
1244// Queries whether the plugin has permission to connect to the Pepper broker.
1245// The response is contained in the error value of the
1246// ResourceMessageReplyParams in the reply message.
1247IPC_MESSAGE_CONTROL0(PpapiHostMsg_Broker_IsAllowed)
1248
1249// Extensions common -----------------------------------------------------------
1250IPC_MESSAGE_CONTROL0(PpapiHostMsg_ExtensionsCommon_Create)
1251
1252// Starts an extension API request which doesn't expect a response.
1253// |request_name| is an API function name. |args| is a list of input arguments.
1254IPC_MESSAGE_CONTROL2(PpapiHostMsg_ExtensionsCommon_Post,
1255                     std::string /* request_name */,
1256                     base::ListValue /* args */)
1257
1258// Starts an extension API request which expects a response sent back using a
1259// PpapiPluginMsg_ExtensionsCommon_CallReply message.
1260// |request_name| is an API function name. |args| is a list of input arguments.
1261// |output| is a list of output results.
1262IPC_MESSAGE_CONTROL2(PpapiHostMsg_ExtensionsCommon_Call,
1263                     std::string /* request_name */,
1264                     base::ListValue /* args */)
1265IPC_MESSAGE_CONTROL1(PpapiPluginMsg_ExtensionsCommon_CallReply,
1266                     base::ListValue /* output */)
1267
1268// Ext_CrxFileSystem
1269IPC_MESSAGE_CONTROL0(PpapiHostMsg_Ext_CrxFileSystem_Create)
1270IPC_MESSAGE_CONTROL0(PpapiHostMsg_Ext_CrxFileSystem_BrowserOpen)
1271IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Ext_CrxFileSystem_BrowserOpenReply,
1272                     std::string /* fsid */)
1273
1274// File chooser.
1275IPC_MESSAGE_CONTROL0(PpapiHostMsg_FileChooser_Create)
1276IPC_MESSAGE_CONTROL4(PpapiHostMsg_FileChooser_Show,
1277                     bool /* save_as */,
1278                     bool /* open_multiple */,
1279                     std::string /* suggested_file_name */,
1280                     std::vector<std::string> /* accept_mime_types */)
1281IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FileChooser_ShowReply,
1282                     std::vector<ppapi::PPB_FileRef_CreateInfo> /* files */)
1283
1284// FileIO
1285IPC_MESSAGE_CONTROL0(PpapiHostMsg_FileIO_Create)
1286IPC_MESSAGE_CONTROL2(PpapiHostMsg_FileIO_Open,
1287                     PP_Resource /* file_ref_resource */,
1288                     int32_t /* open_flags */)
1289IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileIO_OpenReply)
1290IPC_MESSAGE_CONTROL0(PpapiHostMsg_FileIO_Close)
1291IPC_MESSAGE_CONTROL2(PpapiHostMsg_FileIO_Touch,
1292                     PP_Time /* last_access_time */,
1293                     PP_Time /* last_modified_time */)
1294IPC_MESSAGE_CONTROL2(PpapiHostMsg_FileIO_Write,
1295                     int64_t /* offset */,
1296                     std::string /* data */)
1297IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileIO_SetLength,
1298                     int64_t /* length */)
1299IPC_MESSAGE_CONTROL0(PpapiHostMsg_FileIO_Flush)
1300IPC_MESSAGE_CONTROL2(PpapiHostMsg_FileIO_WillWrite,
1301                     int64_t /* offset */,
1302                     int32_t /* bytes_to_write */)
1303IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileIO_WillSetLength,
1304                     int64_t /* length */)
1305IPC_MESSAGE_CONTROL0(PpapiHostMsg_FileIO_GetOSFileDescriptor)
1306IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FileIO_GetOSFileDescriptorReply,
1307                     int32_t /* file descriptor */)
1308IPC_MESSAGE_CONTROL0(PpapiHostMsg_FileIO_RequestOSFileHandle)
1309IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileIO_RequestOSFileHandleReply)
1310IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileIO_GeneralReply)
1311
1312// FileRef
1313// Creates a FileRef to a path on an external file system. This message may
1314// only be sent from the renderer.
1315IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileRef_CreateExternal,
1316                     base::FilePath /* external_path */)
1317
1318// Creates a FileRef to a path on an internal file system. This message may
1319// be sent from the renderer or the plugin.
1320IPC_MESSAGE_CONTROL2(PpapiHostMsg_FileRef_CreateInternal,
1321                     PP_Resource /* file_system */,
1322                     std::string /* internal_path */)
1323
1324// Requests that the browser create a directory at the location indicated by
1325// the FileRef.
1326IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileRef_MakeDirectory,
1327                     bool /* make_ancestors */)
1328IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileRef_MakeDirectoryReply)
1329
1330// Requests that the browser update the last accessed and last modified times
1331// at the location indicated by the FileRef.
1332IPC_MESSAGE_CONTROL2(PpapiHostMsg_FileRef_Touch,
1333                     PP_Time /* last_accessed */,
1334                     PP_Time /* last_modified */)
1335IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileRef_TouchReply)
1336
1337// Requests that the browser delete a file or directory at the location
1338// indicated by the FileRef.
1339IPC_MESSAGE_CONTROL0(PpapiHostMsg_FileRef_Delete)
1340IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileRef_DeleteReply)
1341
1342// Requests that the browser rename a file or directory at the location
1343// indicated by the FileRef.
1344IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileRef_Rename,
1345                     PP_Resource /* new_file_ref */)
1346IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileRef_RenameReply)
1347
1348// Requests that the browser retrieve metadata information for a file or
1349// directory at the location indicated by the FileRef.
1350IPC_MESSAGE_CONTROL0(PpapiHostMsg_FileRef_Query)
1351IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FileRef_QueryReply,
1352                     PP_FileInfo /* file_info */)
1353
1354// Requests that the browser retrieve then entries in a directory at the
1355// location indicated by the FileRef.
1356IPC_MESSAGE_CONTROL0(PpapiHostMsg_FileRef_ReadDirectoryEntries)
1357
1358// FileRef_CreateInfo does not provide file type information, so two
1359// corresponding vectors are returned.
1360IPC_MESSAGE_CONTROL2(PpapiPluginMsg_FileRef_ReadDirectoryEntriesReply,
1361                     std::vector<ppapi::FileRef_CreateInfo> /* files */,
1362                     std::vector<PP_FileType> /* file_types */)
1363
1364// Requests that the browser reply with the absolute path to the indicated
1365// file.
1366IPC_MESSAGE_CONTROL0(PpapiHostMsg_FileRef_GetAbsolutePath)
1367IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FileRef_GetAbsolutePathReply,
1368                     std::string /* absolute_path */)
1369
1370// FileSystem
1371IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileSystem_Create,
1372                     PP_FileSystemType /* type */)
1373IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileSystem_Open,
1374                     int64_t /* expected_size */)
1375IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileSystem_OpenReply)
1376IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileSystem_InitIsolatedFileSystem,
1377                     std::string /* fsid */)
1378IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileSystem_InitIsolatedFileSystemReply)
1379
1380// Flash DRM ------------------------------------------------------------------
1381IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashDRM_Create)
1382
1383// Requests the device ID.
1384IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashDRM_GetDeviceID)
1385// Reply for GetDeviceID which includes the device ID as a string.
1386IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashDRM_GetDeviceIDReply,
1387                     std::string /* id */)
1388
1389// Requests the HMONITOR corresponding to the monitor on which the instance is
1390// displayed.
1391IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashDRM_GetHmonitor)
1392// Reply message for GetHmonitor which contains the HMONITOR as an int64_t.
1393IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashDRM_GetHmonitorReply,
1394                     int64_t /* hmonitor */)
1395
1396// Requests the voucher file which is used to verify the integrity of the Flash
1397// module. A PPB_FileRef resource will be created.
1398IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashDRM_GetVoucherFile)
1399// Reply message for GetVoucherFile which contains the CreateInfo for a
1400// PPB_FileRef which points to the voucher file.
1401IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashDRM_GetVoucherFileReply,
1402                     ppapi::PPB_FileRef_CreateInfo /* file_info */)
1403
1404// Gamepad.
1405IPC_MESSAGE_CONTROL0(PpapiHostMsg_Gamepad_Create)
1406
1407// Requests that the gamepad host send the shared memory handle to the plugin
1408// process.
1409IPC_MESSAGE_CONTROL0(PpapiHostMsg_Gamepad_RequestMemory)
1410
1411// Reply to a RequestMemory call. This supplies the shared memory handle. The
1412// actual handle is passed in the ReplyParams struct.
1413IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Gamepad_SendMemory)
1414
1415
1416// Graphics2D, plugin -> host
1417IPC_MESSAGE_CONTROL2(PpapiHostMsg_Graphics2D_Create,
1418                     PP_Size /* size */,
1419                     PP_Bool /* is_always_opaque */)
1420IPC_MESSAGE_CONTROL4(PpapiHostMsg_Graphics2D_PaintImageData,
1421                     ppapi::HostResource /* image_data */,
1422                     PP_Point /* top_left */,
1423                     bool /* src_rect_specified */,
1424                     PP_Rect /* src_rect */)
1425IPC_MESSAGE_CONTROL3(PpapiHostMsg_Graphics2D_Scroll,
1426                     bool /* clip_specified */,
1427                     PP_Rect /* clip */,
1428                     PP_Point /* amount */)
1429IPC_MESSAGE_CONTROL1(PpapiHostMsg_Graphics2D_ReplaceContents,
1430                     ppapi::HostResource /* image_data */)
1431IPC_MESSAGE_CONTROL1(PpapiHostMsg_Graphics2D_Dev_SetScale,
1432                     float /* scale */)
1433
1434// Graphics2D, plugin -> host -> plugin
1435IPC_MESSAGE_CONTROL0(PpapiHostMsg_Graphics2D_Flush)
1436IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Graphics2D_FlushAck)
1437
1438IPC_MESSAGE_CONTROL2(PpapiHostMsg_Graphics2D_ReadImageData,
1439                     PP_Resource /* image */,
1440                     PP_Point /* top_left */)
1441IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Graphics2D_ReadImageDataAck)
1442
1443// NetworkProxy ----------------------------------------------------------------
1444IPC_MESSAGE_CONTROL0(PpapiHostMsg_NetworkProxy_Create)
1445
1446// Query the browser for the proxy server to use for the given URL.
1447IPC_MESSAGE_CONTROL1(PpapiHostMsg_NetworkProxy_GetProxyForURL,
1448                     std::string /* url */)
1449
1450// Reply message for GetProxyForURL containing the proxy server.
1451IPC_MESSAGE_CONTROL1(PpapiPluginMsg_NetworkProxy_GetProxyForURLReply,
1452                     std::string /* proxy */)
1453
1454// TrueTypeFont.
1455IPC_MESSAGE_CONTROL0(PpapiHostMsg_TrueTypeFontSingleton_Create)
1456IPC_MESSAGE_CONTROL0(PpapiHostMsg_TrueTypeFontSingleton_GetFontFamilies)
1457IPC_MESSAGE_CONTROL1(PpapiPluginMsg_TrueTypeFontSingleton_GetFontFamiliesReply,
1458                     std::vector<std::string> /* font_families */)
1459IPC_MESSAGE_CONTROL1(PpapiHostMsg_TrueTypeFontSingleton_GetFontsInFamily,
1460                     std::string /* family */)
1461IPC_MESSAGE_CONTROL1(PpapiPluginMsg_TrueTypeFontSingleton_GetFontsInFamilyReply,
1462                     std::vector<ppapi::proxy::SerializedTrueTypeFontDesc>
1463                         /* fonts */)
1464IPC_MESSAGE_CONTROL1(PpapiHostMsg_TrueTypeFont_Create,
1465                     ppapi::proxy::SerializedTrueTypeFontDesc /* desc */)
1466IPC_MESSAGE_CONTROL0(PpapiHostMsg_TrueTypeFont_Describe)
1467IPC_MESSAGE_CONTROL1(PpapiPluginMsg_TrueTypeFont_DescribeReply,
1468                     ppapi::proxy::SerializedTrueTypeFontDesc /* desc */)
1469IPC_MESSAGE_CONTROL0(PpapiHostMsg_TrueTypeFont_GetTableTags)
1470IPC_MESSAGE_CONTROL1(PpapiPluginMsg_TrueTypeFont_GetTableTagsReply,
1471                     std::vector<uint32_t> /* tags */)
1472IPC_MESSAGE_CONTROL3(PpapiHostMsg_TrueTypeFont_GetTable,
1473                     uint32_t /* table */,
1474                     int32_t /* offset */,
1475                     int32_t /* max_data_length */)
1476IPC_MESSAGE_CONTROL1(PpapiPluginMsg_TrueTypeFont_GetTableReply,
1477                     std::string /* data */)
1478
1479// Host Resolver ---------------------------------------------------------------
1480// Creates a PPB_HostResolver resource.
1481IPC_MESSAGE_CONTROL0(PpapiHostMsg_HostResolver_Create)
1482
1483// Creates a PPB_HostResolver_Private resource.
1484IPC_MESSAGE_CONTROL0(PpapiHostMsg_HostResolver_CreatePrivate)
1485
1486// Resolves the given hostname.
1487IPC_MESSAGE_CONTROL2(PpapiHostMsg_HostResolver_Resolve,
1488                     ppapi::HostPortPair /* host_port */,
1489                     PP_HostResolver_Private_Hint /* hint */)
1490
1491// This message is a reply to HostResolver_Resolve. On success,
1492// |canonical_name| contains the canonical name of the host; |net_address_list|
1493// is a list of network addresses. On failure, both fields are set to empty.
1494IPC_MESSAGE_CONTROL2(PpapiPluginMsg_HostResolver_ResolveReply,
1495                     std::string /* canonical_name */,
1496                     std::vector<PP_NetAddress_Private> /* net_address_list */)
1497
1498// Printing.
1499IPC_MESSAGE_CONTROL0(PpapiHostMsg_Printing_Create)
1500IPC_MESSAGE_CONTROL0(PpapiHostMsg_Printing_GetDefaultPrintSettings)
1501IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Printing_GetDefaultPrintSettingsReply,
1502                     PP_PrintSettings_Dev /* print_settings */)
1503
1504// TCP Socket ------------------------------------------------------------------
1505// Creates a PPB_TCPSocket resource.
1506IPC_MESSAGE_CONTROL0(PpapiHostMsg_TCPSocket_Create)
1507
1508// Creates a PPB_TCPSocket_Private resource.
1509IPC_MESSAGE_CONTROL0(PpapiHostMsg_TCPSocket_CreatePrivate)
1510
1511IPC_MESSAGE_CONTROL2(PpapiHostMsg_TCPSocket_Connect,
1512                     std::string /* host */,
1513                     uint16_t /* port */)
1514IPC_MESSAGE_CONTROL1(PpapiHostMsg_TCPSocket_ConnectWithNetAddress,
1515                     PP_NetAddress_Private /* net_addr */)
1516IPC_MESSAGE_CONTROL2(PpapiPluginMsg_TCPSocket_ConnectReply,
1517                     PP_NetAddress_Private /* local_addr */,
1518                     PP_NetAddress_Private /* remote_addr */)
1519IPC_MESSAGE_CONTROL4(PpapiHostMsg_TCPSocket_SSLHandshake,
1520                     std::string /* server_name */,
1521                     uint16_t /* server_port */,
1522                     std::vector<std::vector<char> > /* trusted_certs */,
1523                     std::vector<std::vector<char> > /* untrusted_certs */)
1524IPC_MESSAGE_CONTROL1(PpapiPluginMsg_TCPSocket_SSLHandshakeReply,
1525                     ppapi::PPB_X509Certificate_Fields /* certificate_fields */)
1526IPC_MESSAGE_CONTROL1(PpapiHostMsg_TCPSocket_Read,
1527                     int32_t /* bytes_to_read */)
1528IPC_MESSAGE_CONTROL1(PpapiPluginMsg_TCPSocket_ReadReply,
1529                     std::string /* data */)
1530IPC_MESSAGE_CONTROL1(PpapiHostMsg_TCPSocket_Write,
1531                     std::string /* data */)
1532IPC_MESSAGE_CONTROL0(PpapiPluginMsg_TCPSocket_WriteReply)
1533IPC_MESSAGE_CONTROL0(PpapiHostMsg_TCPSocket_Disconnect)
1534IPC_MESSAGE_CONTROL2(PpapiHostMsg_TCPSocket_SetOption,
1535                     PP_TCPSocket_Option /* name */,
1536                     ppapi::SocketOptionData /* value */)
1537IPC_MESSAGE_CONTROL0(PpapiPluginMsg_TCPSocket_SetOptionReply)
1538
1539// TCP Server Socket -----------------------------------------------------------
1540// Creates a PPB_TCPServerSocket_Private resource.
1541IPC_MESSAGE_CONTROL0(PpapiHostMsg_TCPServerSocket_CreatePrivate)
1542
1543IPC_MESSAGE_CONTROL2(PpapiHostMsg_TCPServerSocket_Listen,
1544                     PP_NetAddress_Private /* addr */,
1545                     int32_t /* backlog */)
1546IPC_MESSAGE_CONTROL1(PpapiPluginMsg_TCPServerSocket_ListenReply,
1547                     PP_NetAddress_Private /* local_addr */)
1548IPC_MESSAGE_CONTROL0(PpapiHostMsg_TCPServerSocket_Accept)
1549IPC_MESSAGE_CONTROL3(PpapiPluginMsg_TCPServerSocket_AcceptReply,
1550                     int /* pending_resource_id */,
1551                     PP_NetAddress_Private /* local_addr */,
1552                     PP_NetAddress_Private /* remote_addr */)
1553IPC_MESSAGE_CONTROL0(PpapiHostMsg_TCPServerSocket_StopListening)
1554
1555// UDP Socket ------------------------------------------------------------------
1556// Creates a PPB_UDPSocket resource.
1557IPC_MESSAGE_CONTROL0(PpapiHostMsg_UDPSocket_Create)
1558
1559// Creates a PPB_UDPSocket_Private resource.
1560IPC_MESSAGE_CONTROL0(PpapiHostMsg_UDPSocket_CreatePrivate)
1561
1562IPC_MESSAGE_CONTROL2(PpapiHostMsg_UDPSocket_SetOption,
1563                     PP_UDPSocket_Option /* name */,
1564                     ppapi::SocketOptionData /* value */)
1565IPC_MESSAGE_CONTROL0(PpapiPluginMsg_UDPSocket_SetOptionReply)
1566IPC_MESSAGE_CONTROL1(PpapiHostMsg_UDPSocket_Bind,
1567                     PP_NetAddress_Private /* net_addr */)
1568IPC_MESSAGE_CONTROL1(PpapiPluginMsg_UDPSocket_BindReply,
1569                     PP_NetAddress_Private /* bound_addr */)
1570IPC_MESSAGE_CONTROL1(PpapiHostMsg_UDPSocket_RecvFrom,
1571                     int32_t /* num_bytes */)
1572IPC_MESSAGE_CONTROL2(PpapiPluginMsg_UDPSocket_RecvFromReply,
1573                     std::string /* data */,
1574                     PP_NetAddress_Private /* remote_addr */)
1575IPC_MESSAGE_CONTROL2(PpapiHostMsg_UDPSocket_SendTo,
1576                     std::string /* data */,
1577                     PP_NetAddress_Private /* net_addr */)
1578IPC_MESSAGE_CONTROL1(PpapiPluginMsg_UDPSocket_SendToReply,
1579                     int32_t /* bytes_written */)
1580IPC_MESSAGE_CONTROL0(PpapiHostMsg_UDPSocket_Close)
1581
1582// URLLoader ------------------------------------------------------------------
1583
1584IPC_MESSAGE_CONTROL0(PpapiHostMsg_URLLoader_Create)
1585
1586// These messages correspond to PPAPI calls and all should get a
1587// CallbackComplete message.
1588IPC_MESSAGE_CONTROL1(PpapiHostMsg_URLLoader_Open,
1589                     ppapi::URLRequestInfoData /* request_data */)
1590
1591// The plugin can tell the host to defer a load to hold off on sending more
1592// data because the buffer in the plugin is full. When defers_loading is set to
1593// false, data streaming will resume.
1594//
1595// When auditing redirects (no auto follow) the load will be automatically
1596// deferred each time we get a redirect. The plugin will reset this to false
1597// by sending this message when it wants to continue following the redirect.
1598//
1599// When streaming data, the host may still send more data after this call (for
1600// example, it could already be in-flight at the time of this request).
1601IPC_MESSAGE_CONTROL1(PpapiHostMsg_URLLoader_SetDeferLoading,
1602                     bool /* defers_loading */)
1603
1604// Closes the URLLoader. There is no reply.
1605IPC_MESSAGE_CONTROL0(PpapiHostMsg_URLLoader_Close)
1606
1607// Requests that cross-site restrictions be ignored. The plugin must have
1608// the private permission set. Otherwise this message will be ignored by the
1609// renderer. There is no reply.
1610IPC_MESSAGE_CONTROL0(PpapiHostMsg_URLLoader_GrantUniversalAccess)
1611
1612// Push notification that a response is available.
1613IPC_MESSAGE_CONTROL1(PpapiPluginMsg_URLLoader_ReceivedResponse,
1614                     ppapi::URLResponseInfoData /* response */)
1615
1616// Push notification with load data from the renderer. It is a custom generated
1617// message with the response data (array of bytes stored via WriteData)
1618// appended.
1619IPC_MESSAGE_CONTROL0(PpapiPluginMsg_URLLoader_SendData)
1620
1621// Push notification indicating that all data has been sent, either via
1622// SendData or by streaming it to a file. Note that since this is a push
1623// notification, we don't use the result field of the ResourceMessageReply.
1624IPC_MESSAGE_CONTROL1(PpapiPluginMsg_URLLoader_FinishedLoading,
1625                     int32_t /* result */)
1626
1627// Push notification from the renderer to the plugin to tell it about download
1628// and upload progress. This will only be sent if the plugin has requested
1629// progress updates, and only the fields requested by the plugin will be
1630// valid.
1631IPC_MESSAGE_CONTROL4(PpapiPluginMsg_URLLoader_UpdateProgress,
1632                     int64_t /* bytes_sent */,
1633                     int64_t /* total_bytes_to_be_sent */,
1634                     int64_t /* bytes_received */,
1635                     int64_t /* total_bytes_to_be_received */)
1636
1637// Shared memory ---------------------------------------------------------------
1638
1639// Creates shared memory on the host side, returning a handle to the shared
1640// memory on the plugin and keeping the memory mapped in on the host.
1641// We return a "host handle_id" that can be mapped back to the
1642// handle on the host side by PpapiGlobals::UntrackSharedMemoryHandle().
1643IPC_SYNC_MESSAGE_CONTROL2_2(PpapiHostMsg_SharedMemory_CreateSharedMemory,
1644                            PP_Instance /* instance */,
1645                            uint32_t /* size */,
1646                            int /* host_handle_id */,
1647                            ppapi::proxy::SerializedHandle /* plugin_handle */)
1648
1649// MediaStream -----------------------------------------------------------------
1650
1651// VideoDestination Private.
1652IPC_MESSAGE_CONTROL0(PpapiHostMsg_VideoDestination_Create)
1653IPC_MESSAGE_CONTROL1(PpapiHostMsg_VideoDestination_Open,
1654                     std::string /* stream_url */)
1655IPC_MESSAGE_CONTROL0(PpapiPluginMsg_VideoDestination_OpenReply)
1656IPC_MESSAGE_CONTROL2(PpapiHostMsg_VideoDestination_PutFrame,
1657                     ppapi::HostResource /* image_data */,
1658                     PP_TimeTicks /* timestamp */)
1659IPC_MESSAGE_CONTROL0(PpapiHostMsg_VideoDestination_Close)
1660
1661// VideoSource Private.
1662IPC_MESSAGE_CONTROL0(PpapiHostMsg_VideoSource_Create)
1663IPC_MESSAGE_CONTROL1(PpapiHostMsg_VideoSource_Open,
1664                     std::string /* stream_url */)
1665IPC_MESSAGE_CONTROL0(PpapiPluginMsg_VideoSource_OpenReply)
1666IPC_MESSAGE_CONTROL0(PpapiHostMsg_VideoSource_GetFrame)
1667IPC_MESSAGE_CONTROL3(PpapiPluginMsg_VideoSource_GetFrameReply,
1668                     ppapi::HostResource /* resource_id */,
1669                     PP_ImageDataDesc /* image_data_desc */,
1670                     PP_TimeTicks /* timestamp */)
1671IPC_MESSAGE_CONTROL0(PpapiHostMsg_VideoSource_Close)
1672
1673// WebSocket -------------------------------------------------------------------
1674
1675IPC_MESSAGE_CONTROL0(PpapiHostMsg_WebSocket_Create)
1676
1677// Establishes the connection to a server. This message requires
1678// WebSocket_ConnectReply as a reply message.
1679IPC_MESSAGE_CONTROL2(PpapiHostMsg_WebSocket_Connect,
1680                     std::string /* url */,
1681                     std::vector<std::string> /* protocols */)
1682
1683// Closes established connection with graceful closing handshake. This message
1684// requires WebSocket_CloseReply as a reply message.
1685IPC_MESSAGE_CONTROL2(PpapiHostMsg_WebSocket_Close,
1686                     int32_t /* code */,
1687                     std::string /* reason */)
1688
1689// Sends a text frame to the server. No reply is defined.
1690IPC_MESSAGE_CONTROL1(PpapiHostMsg_WebSocket_SendText,
1691                     std::string /* message */)
1692
1693// Sends a binary frame to the server. No reply is defined.
1694IPC_MESSAGE_CONTROL1(PpapiHostMsg_WebSocket_SendBinary,
1695                     std::vector<uint8_t> /* message */)
1696
1697// Fails the connection. This message invokes RFC6455 defined
1698// _Fail the WebSocket Connection_ operation. No reply is defined.
1699IPC_MESSAGE_CONTROL1(PpapiHostMsg_WebSocket_Fail,
1700                     std::string /* message */)
1701
1702// This message is a reply to WebSocket_Connect. If the |url| and |protocols|
1703// are invalid, WebSocket_ConnectReply is issued immediately and it contains
1704// proper error code in its result. Otherwise, WebSocket_ConnectReply is sent
1705// with valid |url|, |protocol|, and result PP_OK. |protocol| is not a passed
1706// |protocols|, but a result of opening handshake negotiation. If the
1707// connection can not be established successfully, WebSocket_ConnectReply is
1708// not issued, but WebSocket_ClosedReply is sent instead.
1709IPC_MESSAGE_CONTROL2(PpapiPluginMsg_WebSocket_ConnectReply,
1710                     std::string /* url */,
1711                     std::string /* protocol */)
1712
1713// This message is a reply to WebSocket_Close. If the operation fails,
1714// WebSocket_CloseReply is issued immediately and it contains PP_ERROR_FAILED.
1715// Otherwise, CloseReply will be issued after the closing handshake is
1716// finished. All arguments will be valid iff the result is PP_OK and it means
1717// that the client initiated closing handshake is finished gracefully.
1718IPC_MESSAGE_CONTROL4(PpapiPluginMsg_WebSocket_CloseReply,
1719                     uint64_t /* buffered_amount */,
1720                     bool /* was_clean */,
1721                     uint16_t /* code */,
1722                     std::string /* reason */)
1723
1724// Unsolicited reply message to transmit a receiving text frame.
1725IPC_MESSAGE_CONTROL1(PpapiPluginMsg_WebSocket_ReceiveTextReply,
1726                     std::string /* message */)
1727
1728// Unsolicited reply message to transmit a receiving binary frame.
1729IPC_MESSAGE_CONTROL1(PpapiPluginMsg_WebSocket_ReceiveBinaryReply,
1730                     std::vector<uint8_t> /* message */)
1731
1732// Unsolicited reply message to notify a error on underlying network connetion.
1733IPC_MESSAGE_CONTROL0(PpapiPluginMsg_WebSocket_ErrorReply)
1734
1735// Unsolicited reply message to update the buffered amount value.
1736IPC_MESSAGE_CONTROL1(PpapiPluginMsg_WebSocket_BufferedAmountReply,
1737                     uint64_t /* buffered_amount */)
1738
1739// Unsolicited reply message to update |state| because of incoming external
1740// events, e.g., protocol error, or unexpected network closure.
1741IPC_MESSAGE_CONTROL1(PpapiPluginMsg_WebSocket_StateReply,
1742                     int32_t /* state */)
1743
1744// Unsolicited reply message to notify that the connection is closed without
1745// any WebSocket_Close request. Server initiated closing handshake or
1746// unexpected network errors will invoke this message.
1747IPC_MESSAGE_CONTROL4(PpapiPluginMsg_WebSocket_ClosedReply,
1748                     uint64_t /* buffered_amount */,
1749                     bool /* was_clean */,
1750                     uint16_t /* code */,
1751                     std::string /* reason */)
1752
1753#if !defined(OS_NACL) && !defined(NACL_WIN64)
1754
1755// Audio input.
1756IPC_MESSAGE_CONTROL0(PpapiHostMsg_AudioInput_Create)
1757IPC_MESSAGE_CONTROL3(PpapiHostMsg_AudioInput_Open,
1758                     std::string /* device_id */,
1759                     PP_AudioSampleRate /* sample_rate */,
1760                     uint32_t /* sample_frame_count */)
1761// Reply to an Open call. This supplies a socket handle and a shared memory
1762// handle. Both handles are passed in the ReplyParams struct.
1763IPC_MESSAGE_CONTROL0(PpapiPluginMsg_AudioInput_OpenReply)
1764IPC_MESSAGE_CONTROL1(PpapiHostMsg_AudioInput_StartOrStop, bool /* capture */)
1765IPC_MESSAGE_CONTROL0(PpapiHostMsg_AudioInput_Close)
1766
1767// BrowserFont -----------------------------------------------------------------
1768
1769IPC_MESSAGE_CONTROL0(PpapiHostMsg_BrowserFontSingleton_Create)
1770
1771// Requests that the browser reply with the list of font families via
1772// PpapiPluginMsg_BrowserFontSingleton_GetFontFamiliesReply.
1773IPC_MESSAGE_CONTROL0(PpapiHostMsg_BrowserFontSingleton_GetFontFamilies)
1774
1775// Reply to PpapiHostMsg_BrowserFontSingleton_GetFontFamilies with the font
1776// family list. The |families| result is encoded by separating each family name
1777// by a null character.
1778IPC_MESSAGE_CONTROL1(PpapiPluginMsg_BrowserFontSingleton_GetFontFamiliesReply,
1779                     std::string /* families */)
1780
1781// FileRef.
1782// Requests that the browser reply with file system and path information about
1783// the resource indicated in |params| which exists in the given
1784// |child_process_id|. |routing_id| is sent so that the reply can be routed
1785// properly in the renderer.
1786// Only sent from the renderer to the browser.
1787IPC_MESSAGE_CONTROL4(PpapiHostMsg_FileRef_GetInfoForRenderer,
1788                     int /* routing_id */,
1789                     int /* child_process_id */,
1790                     int32_t /* sequence */,
1791                     std::vector<PP_Resource> /* resources */)
1792
1793// Reply to PpapiHostMsg_FileRef_GetInfoForRenderer with a sequence number for
1794// invoking the right callback, |fs_type| which indicates the file system, and
1795// path information in either |file_system_url_spec| (for internal file systems)
1796// or |external_path| (for external file systems).
1797// Only sent from the browser to the renderer.
1798IPC_MESSAGE_ROUTED5(PpapiHostMsg_FileRef_GetInfoForRendererReply,
1799                    int32_t /* sequence */,
1800                    std::vector<PP_Resource> /* resources */,
1801                    std::vector<PP_FileSystemType> /* fs_type */,
1802                    std::vector<std::string> /* file_system_url_spec */,
1803                    std::vector<base::FilePath> /* external_path */)
1804
1805// Flash -----------------------------------------------------------------------
1806
1807IPC_MESSAGE_CONTROL0(PpapiHostMsg_Flash_Create)
1808
1809// Message to notify the browser to register an update in system activity.
1810IPC_MESSAGE_CONTROL0(PpapiHostMsg_Flash_UpdateActivity)
1811
1812// Query the browser for the proxy server to use for the given URL.
1813IPC_MESSAGE_CONTROL1(PpapiHostMsg_Flash_GetProxyForURL, std::string /* url */)
1814// Reply message for GetProxyForURL containing the proxy server.
1815IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Flash_GetProxyForURLReply,
1816                     std::string /* proxy */)
1817
1818// Queries the browser for the local time zone offset for a given time.
1819IPC_MESSAGE_CONTROL1(PpapiHostMsg_Flash_GetLocalTimeZoneOffset,
1820                     base::Time /* time */)
1821// Reply to GetLocalTimeZoneOffset containing the time zone offset as a double.
1822IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Flash_GetLocalTimeZoneOffsetReply,
1823                     double /* offset */)
1824
1825// Query the browser for the restrictions on storing Flash LSOs.
1826IPC_MESSAGE_CONTROL0(PpapiHostMsg_Flash_GetLocalDataRestrictions)
1827// Reply message for GetLocalDataRestrictions containing the restrictions to
1828// use. These are PP_FlashLSORestrictions cast to an int32_t.
1829IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Flash_GetLocalDataRestrictionsReply,
1830                     int32_t /* restrictions */)
1831
1832// Notifies the renderer whether the Flash instance is in windowed mode. No
1833// reply is sent.
1834IPC_MESSAGE_CONTROL1(PpapiHostMsg_Flash_SetInstanceAlwaysOnTop,
1835                     bool /* on_top */)
1836
1837// Notifies the renderer to draw text to the given PP_ImageData resource. All
1838// parmeters for drawing (including the resource to draw to) are contianed in
1839// the PPBFlash_DrawGlyphs_Params structure. An error code is sent in a reply
1840// message indicating success.
1841IPC_MESSAGE_CONTROL1(PpapiHostMsg_Flash_DrawGlyphs,
1842                     ppapi::proxy::PPBFlash_DrawGlyphs_Params /* params */)
1843
1844// Notifies the renderer to navigate to the given URL contained in the
1845// URLRequestInfoData. An error code is sent in a reply message indicating
1846// success.
1847IPC_MESSAGE_CONTROL3(PpapiHostMsg_Flash_Navigate,
1848                     ppapi::URLRequestInfoData /* data */,
1849                     std::string /* target */,
1850                     bool /* from_user_action */)
1851
1852// Queries the renderer on whether the plugin instance is the topmost element
1853// in the area of the instance specified by the given PP_Rect. PP_OK is sent as
1854// the error code in a reply message if the rect is topmost otherwise
1855// PP_ERROR_FAILED is sent.
1856IPC_MESSAGE_CONTROL1(PpapiHostMsg_Flash_IsRectTopmost,
1857                     PP_Rect /* rect */)
1858
1859// Notifies the renderer to invoke printing for the given plugin instance. No
1860// reply is sent.
1861IPC_MESSAGE_CONTROL0(PpapiHostMsg_Flash_InvokePrinting)
1862
1863// DeviceEnumeration -----------------------------------------------------------
1864// Device enumeration messages used by audio input and video capture.
1865IPC_MESSAGE_CONTROL0(PpapiHostMsg_DeviceEnumeration_EnumerateDevices)
1866IPC_MESSAGE_CONTROL1(PpapiPluginMsg_DeviceEnumeration_EnumerateDevicesReply,
1867                     std::vector<ppapi::DeviceRefData> /* devices */)
1868IPC_MESSAGE_CONTROL1(PpapiHostMsg_DeviceEnumeration_MonitorDeviceChange,
1869                     uint32_t /* callback_id */)
1870IPC_MESSAGE_CONTROL0(PpapiHostMsg_DeviceEnumeration_StopMonitoringDeviceChange)
1871IPC_MESSAGE_CONTROL2(PpapiPluginMsg_DeviceEnumeration_NotifyDeviceChange,
1872                     uint32_t /* callback_id */,
1873                     std::vector<ppapi::DeviceRefData> /* devices */)
1874
1875// Flash clipboard.
1876IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashClipboard_Create)
1877IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashClipboard_RegisterCustomFormat,
1878                     std::string /* format_name */)
1879IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashClipboard_RegisterCustomFormatReply,
1880                     uint32_t /* format */)
1881IPC_MESSAGE_CONTROL2(PpapiHostMsg_FlashClipboard_IsFormatAvailable,
1882                     uint32_t /* clipboard_type */,
1883                     uint32_t /* format */)
1884IPC_MESSAGE_CONTROL2(PpapiHostMsg_FlashClipboard_ReadData,
1885                     uint32_t /* clipboard_type */,
1886                     uint32_t /* format */)
1887IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashClipboard_ReadDataReply,
1888                     std::string /* result */)
1889IPC_MESSAGE_CONTROL3(PpapiHostMsg_FlashClipboard_WriteData,
1890                     uint32_t /* clipboard_type */,
1891                     std::vector<uint32_t> /* formats */,
1892                     std::vector<std::string> /* data */)
1893
1894// Flash file.
1895IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashFile_Create)
1896IPC_MESSAGE_CONTROL2(PpapiHostMsg_FlashFile_OpenFile,
1897                     ppapi::PepperFilePath /* path */,
1898                     int /* pp_open_flags */)
1899IPC_MESSAGE_CONTROL2(PpapiHostMsg_FlashFile_RenameFile,
1900                     ppapi::PepperFilePath /* from_path */,
1901                     ppapi::PepperFilePath /* to_path */)
1902IPC_MESSAGE_CONTROL2(PpapiHostMsg_FlashFile_DeleteFileOrDir,
1903                     ppapi::PepperFilePath /* path */,
1904                     bool /* recursive */)
1905IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashFile_CreateDir,
1906                     ppapi::PepperFilePath /* path */)
1907IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashFile_QueryFile,
1908                     ppapi::PepperFilePath /* path */)
1909IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashFile_QueryFileReply,
1910                     base::PlatformFileInfo /* file_info */)
1911IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashFile_GetDirContents,
1912                     ppapi::PepperFilePath /* path */)
1913IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashFile_GetDirContentsReply,
1914                     ppapi::DirContents /* entries */)
1915IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashFile_CreateTemporaryFile)
1916
1917// Flash font file.
1918IPC_MESSAGE_CONTROL2(PpapiHostMsg_FlashFontFile_Create,
1919                     ppapi::proxy::SerializedFontDescription /* description */,
1920                     PP_PrivateFontCharset /* charset */)
1921IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashFontFile_GetFontTable,
1922                     uint32_t /* table */)
1923IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashFontFile_GetFontTableReply,
1924                     std::string /* output */)
1925
1926// Flash fullscreen.
1927IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashFullscreen_Create)
1928IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashFullscreen_SetFullscreen,
1929                     bool /* fullscreen */)
1930
1931// FlashMenu ------------------------------------------------------------------
1932
1933// Creates the flash menu with the given data.
1934IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashMenu_Create,
1935                     ppapi::proxy::SerializedFlashMenu /* menu_data */)
1936
1937// Shows the menu at the given location relative to the plugin instance.
1938IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashMenu_Show,
1939                     PP_Point /* location */)
1940
1941// Reply to a show command. If the resource reply is PP_OK, the selected_id
1942// will be the menu item ID chosen by the user.
1943IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashMenu_ShowReply,
1944                     int32_t /* selected_id */)
1945
1946// PDF ------------------------------------------------------------------------
1947
1948// Creates the PDF resource.
1949IPC_MESSAGE_CONTROL0(PpapiHostMsg_PDF_Create)
1950
1951// Requests the localized string for the given ID.
1952IPC_MESSAGE_CONTROL1(PpapiHostMsg_PDF_GetLocalizedString,
1953                     PP_ResourceString /* string_id */)
1954// Reply for PpapiHostMsg_PDF_GetLocalizedString containing the localized
1955// string.
1956IPC_MESSAGE_CONTROL1(PpapiPluginMsg_PDF_GetLocalizedStringReply,
1957                     std::string /* localized_string*/)
1958
1959// Notifies the renderer that the PDF started loading.
1960IPC_MESSAGE_CONTROL0(PpapiHostMsg_PDF_DidStartLoading)
1961
1962// Notifies the renderer that the PDF stopped loading.
1963IPC_MESSAGE_CONTROL0(PpapiHostMsg_PDF_DidStopLoading)
1964
1965// Sets any restrictions on the PDF content.
1966IPC_MESSAGE_CONTROL1(PpapiHostMsg_PDF_SetContentRestriction,
1967                     int /* restrictions */)
1968
1969// Requests that the specified action be recorded with UMA.
1970IPC_MESSAGE_CONTROL1(PpapiHostMsg_PDF_UserMetricsRecordAction,
1971                     std::string /* action */)
1972
1973// Notifies the renderer that the current PDF uses an unsupported feature.
1974IPC_MESSAGE_CONTROL0(PpapiHostMsg_PDF_HasUnsupportedFeature)
1975
1976// Notifies the renderer to print the current PDF.
1977IPC_MESSAGE_CONTROL0(PpapiHostMsg_PDF_Print)
1978
1979// Notifies the renderer to save the current PDF.
1980IPC_MESSAGE_CONTROL0(PpapiHostMsg_PDF_SaveAs)
1981
1982// Requests a resource image for the plugin at a particular scale.
1983IPC_MESSAGE_CONTROL2(PpapiHostMsg_PDF_GetResourceImage,
1984                     PP_ResourceImage /* image_id */,
1985                     float /* scale */)
1986
1987// Reply for PpapiHostMsg_PDF_GetResourceImage containing the host resource id
1988// of the image and a PP_ImageDataDesc which describes the image. Also carries
1989// a shared memory handle pointing to the memory containg the image.
1990IPC_MESSAGE_CONTROL2(PpapiPluginMsg_PDF_GetResourceImageReply,
1991                     ppapi::HostResource /* resource_id */,
1992                     PP_ImageDataDesc /* image_data_desc */)
1993
1994// VideoCapture_Dev, plugin -> host
1995IPC_MESSAGE_CONTROL0(PpapiHostMsg_VideoCapture_Create)
1996IPC_MESSAGE_CONTROL0(PpapiHostMsg_VideoCapture_StartCapture)
1997IPC_MESSAGE_CONTROL1(PpapiHostMsg_VideoCapture_ReuseBuffer,
1998                     uint32_t /* buffer */)
1999IPC_MESSAGE_CONTROL0(PpapiHostMsg_VideoCapture_StopCapture)
2000IPC_MESSAGE_CONTROL0(PpapiHostMsg_VideoCapture_Close)
2001
2002// VideoCapture_Dev, plugin -> host -> plugin
2003IPC_MESSAGE_CONTROL3(PpapiHostMsg_VideoCapture_Open,
2004                     std::string /* device_id */,
2005                     PP_VideoCaptureDeviceInfo_Dev /* requested_info */,
2006                     uint32_t /* buffer_count */)
2007IPC_MESSAGE_CONTROL0(PpapiPluginMsg_VideoCapture_OpenReply)
2008
2009// VideoCapture_Dev, host -> plugin
2010IPC_MESSAGE_CONTROL3(PpapiPluginMsg_VideoCapture_OnDeviceInfo,
2011                     PP_VideoCaptureDeviceInfo_Dev /* info */,
2012                     std::vector<ppapi::HostResource> /* buffers */,
2013                     uint32_t /* buffer_size */)
2014IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnStatus,
2015                     uint32_t /* status */)
2016IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnError,
2017                     uint32_t /* error */)
2018IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnBufferReady,
2019                     uint32_t /* buffer */)
2020
2021// Talk ------------------------------------------------------------------------
2022
2023IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_Create)
2024IPC_MESSAGE_CONTROL1(PpapiHostMsg_Talk_RequestPermission,
2025                     PP_TalkPermission /* permission */)
2026IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_RequestPermissionReply)
2027IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StartRemoting)
2028IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StartRemotingReply)
2029IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StopRemoting)
2030IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StopRemotingReply)
2031IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Talk_NotifyEvent, PP_TalkEvent /* event */)
2032
2033#endif  // !defined(OS_NACL) && !defined(NACL_WIN64)
2034