| Index: trunk/src/content/browser/renderer_host/pepper/pepper_file_ref_host.h
|
| ===================================================================
|
| --- trunk/src/content/browser/renderer_host/pepper/pepper_file_ref_host.h (revision 243841)
|
| +++ trunk/src/content/browser/renderer_host/pepper/pepper_file_ref_host.h (working copy)
|
| @@ -29,7 +29,7 @@
|
| virtual ~PepperFileRefBackend();
|
|
|
| virtual int32_t MakeDirectory(ppapi::host::ReplyMessageContext context,
|
| - int32_t make_directory_flags) = 0;
|
| + bool make_ancestors) = 0;
|
| virtual int32_t Touch(ppapi::host::ReplyMessageContext context,
|
| PP_Time last_accessed_time,
|
| PP_Time last_modified_time) = 0;
|
| @@ -89,7 +89,7 @@
|
|
|
| private:
|
| int32_t OnMakeDirectory(ppapi::host::HostMessageContext* context,
|
| - int32_t make_directory_flags);
|
| + bool make_ancestors);
|
| int32_t OnTouch(ppapi::host::HostMessageContext* context,
|
| PP_Time last_access_time,
|
| PP_Time last_modified_time);
|
|
|