| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 6ae94abb112a46c7f2e181e7ccdce0f0389370fc..76e7d037175c2e91cbe939da9fa038bb2b79e10c 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -1371,8 +1371,7 @@ IPC_MESSAGE_CONTROL2(PpapiHostMsg_FileIO_WillWrite,
|
| IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileIO_WillSetLength,
|
| int64_t /* length */)
|
| IPC_MESSAGE_CONTROL0(PpapiHostMsg_FileIO_GetOSFileDescriptor)
|
| -IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FileIO_GetOSFileDescriptorReply,
|
| - int32_t /* file descriptor */)
|
| +IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileIO_GetOSFileDescriptorReply)
|
| IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileIO_GeneralReply)
|
|
|
| // Flash device ID.
|
|
|