| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index cfdc9844196c0334b19f63c3c2f303b71d62cc1c..2478b0f01fe439beb7c5b91417008c2879db2a2c 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)
|
|
|
|
|