| Index: ppapi/proxy/pepper_file_messages.h
|
| diff --git a/ppapi/proxy/pepper_file_messages.h b/ppapi/proxy/pepper_file_messages.h
|
| index c36e7b670c84e64da1fba815733d3a3678ac9a51..3edd490cf92acdcc86898b048395a9934c7a174c 100644
|
| --- a/ppapi/proxy/pepper_file_messages.h
|
| +++ b/ppapi/proxy/pepper_file_messages.h
|
| @@ -76,3 +76,7 @@ IPC_SYNC_MESSAGE_CONTROL1_2(PepperFileMsg_GetDirContents,
|
| ppapi::DirContents, /* contents */
|
| base::PlatformFileError /* error_code */)
|
|
|
| +// Create a temporary file.
|
| +IPC_SYNC_MESSAGE_CONTROL0_2(PepperFileMsg_CreateTemporaryFile,
|
| + base::PlatformFileError /* error_code */,
|
| + IPC::PlatformFileForTransit /* file */)
|
|
|