Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index 27654f491e3d13589c836d3ad412b8cc9829d2b1..f750656e9b1f83e0f766c6a6c33dc6e4a327508d 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -1253,7 +1253,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) |