Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index 7d392b521577f614c362b6764118d94e00ea9054..20a33f32585ff5f70e04c2ac1f53c3ec33f67d1b 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -31,6 +31,7 @@ |
#include "ppapi/c/pp_resource.h" |
#include "ppapi/c/pp_size.h" |
#include "ppapi/c/pp_time.h" |
+#include "ppapi/c/private/ppb_flash.h" |
#include "ppapi/c/private/ppb_host_resolver_private.h" |
#include "ppapi/c/private/ppb_net_address_private.h" |
#include "ppapi/c/private/ppb_tcp_socket_private.h" |
@@ -58,6 +59,7 @@ |
IPC_ENUM_TRAITS(PP_DeviceType_Dev) |
IPC_ENUM_TRAITS(PP_Flash_BrowserOperations_Permission) |
IPC_ENUM_TRAITS(PP_Flash_BrowserOperations_SettingType) |
+IPC_ENUM_TRAITS(PP_FlashSetting) |
IPC_ENUM_TRAITS(PP_InputEvent_MouseButton) |
IPC_ENUM_TRAITS(PP_InputEvent_Type) |
IPC_ENUM_TRAITS(PP_NetAddressFamily_Private) |
@@ -1304,6 +1306,10 @@ IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBFlash_QueryFileRef, |
ppapi::HostResource /* file_ref */, |
PP_FileInfo /* info */, |
int32_t /* result */) |
+IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlash_GetSetting, |
+ PP_Instance /* instance */, |
+ PP_FlashSetting /* setting */, |
+ ppapi::proxy::SerializedVar /* result */) |
IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBFlash_InvokePrinting, |
PP_Instance /* instance */) |