| Index: base/file_util.h
|
| diff --git a/base/file_util.h b/base/file_util.h
|
| index 03c23960fc34beb5c692c3414ca1bd6753b7edfe..6d786c222e6465730be954bad11a32bea9f8b5c9 100644
|
| --- a/base/file_util.h
|
| +++ b/base/file_util.h
|
| @@ -469,6 +469,8 @@ class BASE_API FileEnumerator {
|
| static bool IsDirectory(const FindInfo& info);
|
|
|
| static FilePath GetFilename(const FindInfo& find_info);
|
| + static int64 GetFilesize(const FindInfo& find_info);
|
| + static base::Time GetLastModifiedTime(const FindInfo& find_info);
|
|
|
| private:
|
| // Returns true if the given path should be skipped in enumeration.
|
|
|