Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index 8528a2dc1099f01918d82b7bb66e1554b1a02eb7..317a16e41ed2dbf9b6b98a453cb03580a2517a5f 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -1549,6 +1549,12 @@ IPC_MESSAGE_CONTROL4(PpapiHostMsg_FileChooser_Show, |
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FileChooser_ShowReply, |
std::vector<ppapi::PPB_FileRef_CreateInfo> /* files */) |
+// Flash device ID. |
+IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashDeviceID_Create) |
+IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashDeviceID_GetDeviceID) |
+IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashDeviceID_GetDeviceIDReply, |
+ std::string /* id */) |
+ |
// Gamepad. |
IPC_MESSAGE_CONTROL0(PpapiHostMsg_Gamepad_Create) |