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

Unified Diff: trunk/src/ppapi/proxy/file_ref_resource.h

Issue 131473002: Revert 243802 "PPAPI: Add new PPB_FileRef.MakeDirectory to suppo..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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: trunk/src/ppapi/proxy/file_ref_resource.h
===================================================================
--- trunk/src/ppapi/proxy/file_ref_resource.h (revision 243841)
+++ trunk/src/ppapi/proxy/file_ref_resource.h (working copy)
@@ -42,8 +42,8 @@
virtual PP_Var GetPath() const OVERRIDE;
virtual PP_Resource GetParent() OVERRIDE;
virtual int32_t MakeDirectory(
- int32_t make_directory_flags,
- scoped_refptr<TrackedCallback> callback) OVERRIDE;
+ PP_Bool make_ancestors,
+ scoped_refptr<TrackedCallback> callback) OVERRIDE;
virtual int32_t Touch(PP_Time last_access_time,
PP_Time last_modified_time,
scoped_refptr<TrackedCallback> callback) OVERRIDE;
« no previous file with comments | « trunk/src/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c ('k') | trunk/src/ppapi/proxy/file_ref_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698