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

Unified Diff: trunk/src/content/browser/renderer_host/pepper/pepper_internal_file_ref_backend.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/content/browser/renderer_host/pepper/pepper_internal_file_ref_backend.h
===================================================================
--- trunk/src/content/browser/renderer_host/pepper/pepper_internal_file_ref_backend.h (revision 243841)
+++ trunk/src/content/browser/renderer_host/pepper/pepper_internal_file_ref_backend.h (working copy)
@@ -32,7 +32,7 @@
// PepperFileRefBackend overrides.
virtual int32_t MakeDirectory(ppapi::host::ReplyMessageContext context,
- int32_t make_directory_flags) OVERRIDE;
+ bool make_ancestors) OVERRIDE;
virtual int32_t Touch(ppapi::host::ReplyMessageContext context,
PP_Time last_accessed_time,
PP_Time last_modified_time) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698