Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index 8ac08863f259be2ea620d0b02120d4302ba24e45..06f0cc1bceb21ec4887311ad3ae4a075c5ebc46e 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -1582,3 +1582,12 @@ IPC_MESSAGE_CONTROL0(PpapiHostMsg_Printing_Create) |
IPC_MESSAGE_CONTROL0(PpapiHostMsg_Printing_GetDefaultPrintSettings) |
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Printing_GetDefaultPrintSettingsReply, |
PP_PrintSettings_Dev /* print_settings */) |
+ |
+#if !defined(OS_NACL) && !defined(NACL_WIN64) |
+// Flash functions. |
+IPC_MESSAGE_CONTROL0(PpapiHostMsg_Flash_Create) |
+IPC_MESSAGE_CONTROL1(PpapiHostMsg_Flash_EnumerateVideoCaptureDevices, |
+ ppapi::HostResource /* video_capture */) |
+IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Flash_EnumerateVideoCaptureDevicesReply, |
+ std::vector<ppapi::DeviceRefData> /* devices */) |
+#endif // !defined(OS_NACL) && !defined(NACL_WIN64) |