diff options
Diffstat (limited to 'base/platform_file.h')
-rw-r--r-- | base/platform_file.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/platform_file.h b/base/platform_file.h index b350f8c..1ca9868 100644 --- a/base/platform_file.h +++ b/base/platform_file.h @@ -77,6 +77,9 @@ struct PlatformFileInfo { // True if the file corresponds to a directory. bool is_directory; + // True if the file corresponds to a symbolic link. + bool is_symbolic_link; + // The last modified time of a file. base::Time last_modified; |