summaryrefslogtreecommitdiffstats
path: root/base/platform_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/platform_file.h')
-rw-r--r--base/platform_file.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/base/platform_file.h b/base/platform_file.h
index 71adcac..1d04ac0 100644
--- a/base/platform_file.h
+++ b/base/platform_file.h
@@ -92,10 +92,6 @@ struct BASE_API PlatformFileInfo {
// 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