Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(266)

Unified Diff: ppapi/proxy/ppapi_messages.h

Issue 113363004: PPAPI: Add new PPB_FileRef.MakeDirectory to support exclusive operation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fix Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698