| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 086d42a0b644775f5c297bb54c4435340966dfd9..0f7ae215c7933c9ea606ed77552ecc2f7b5560bc 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -1254,7 +1254,8 @@ IPC_MESSAGE_CONTROL2(PpapiHostMsg_FileRef_CreateInternal,
|
|
|
| // Requests that the browser create a directory at the location indicated by
|
| // the FileRef.
|
| -IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileRef_MakeDirectory,
|
| +IPC_MESSAGE_CONTROL2(PpapiHostMsg_FileRef_MakeDirectory,
|
| + bool /* exclusive */,
|
| bool /* make_ancestors */)
|
| IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileRef_MakeDirectoryReply)
|
|
|
|
|