Index: ppapi/cpp/dev/file_ref_dev.h |
=================================================================== |
--- ppapi/cpp/dev/file_ref_dev.h (revision 75293) |
+++ ppapi/cpp/dev/file_ref_dev.h (working copy) |
@@ -52,8 +52,6 @@ |
int32_t MakeDirectoryIncludingAncestors(const CompletionCallback& cc); |
- int32_t Query(PP_FileInfo_Dev* result_buf, const CompletionCallback& cc); |
- |
int32_t Touch(PP_Time last_access_time, |
PP_Time last_modified_time, |
const CompletionCallback& cc); |