Chromium Code Reviews| Index: base/platform_file.h |
| =================================================================== |
| --- base/platform_file.h (revision 79323) |
| +++ base/platform_file.h (working copy) |
| @@ -90,10 +90,6 @@ |
| // The creation time of a file. |
| base::Time creation_time; |
| - |
| - // The full path of a file. Currently only used by FileSystemFileUtil during |
| - // a GetMetadata operation. |
| - FilePath path; |
| }; |
| // Creates or opens the given file. If PLATFORM_FILE_OPEN_ALWAYS is used, and |