Index: trunk/src/ppapi/proxy/ppapi_messages.h |
=================================================================== |
--- trunk/src/ppapi/proxy/ppapi_messages.h (revision 243841) |
+++ trunk/src/ppapi/proxy/ppapi_messages.h (working copy) |
@@ -1256,7 +1256,7 @@ |
// Requests that the browser create a directory at the location indicated by |
// the FileRef. |
IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileRef_MakeDirectory, |
- int32_t /* make_directory_flags */) |
+ bool /* make_ancestors */) |
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileRef_MakeDirectoryReply) |
// Requests that the browser update the last accessed and last modified times |