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

Unified Diff: native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_html5_fs.h

Issue 131403004: [Retry] PPAPI: Add new PPB_FileRef.MakeDirectory to support exclusive operation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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: native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_html5_fs.h
diff --git a/native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_html5_fs.h b/native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_html5_fs.h
index 2ccad3a7d59fd5660fda404ff7377d5a64aab4f6..1c0325f6a9859b10f861dc0314fd83e39600f169 100644
--- a/native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_html5_fs.h
+++ b/native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_html5_fs.h
@@ -136,7 +136,7 @@ class FakeFileRefInterface : public nacl_io::FileRefInterface {
virtual PP_Resource Create(PP_Resource file_system, const char* path);
virtual PP_Var GetName(PP_Resource file_ref);
virtual int32_t MakeDirectory(PP_Resource directory_ref,
- PP_Bool make_ancestors,
+ int32_t make_directory_flags,
PP_CompletionCallback callback);
virtual int32_t Delete(PP_Resource file_ref, PP_CompletionCallback callback);
virtual int32_t Query(PP_Resource file_ref,

Powered by Google App Engine
This is Rietveld 408576698