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

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: Created 7 years 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 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)

Powered by Google App Engine
This is Rietveld 408576698