| Index: net/ftp/ftp_directory_listing_parsers.h
|
| diff --git a/net/ftp/ftp_directory_listing_parsers.h b/net/ftp/ftp_directory_listing_parsers.h
|
| index 4fda042e5c2a22a25ad730fe42fee8c8ec620615..2f402e7d94c91c0a7e8a8ac16081605b6c83e5cf 100644
|
| --- a/net/ftp/ftp_directory_listing_parsers.h
|
| +++ b/net/ftp/ftp_directory_listing_parsers.h
|
| @@ -23,6 +23,7 @@ struct FtpDirectoryListingEntry {
|
|
|
| Type type;
|
| string16 name;
|
| + int64 size; // File size, in bytes. -1 if not applicable.
|
|
|
| // Last modified time, in local time zone.
|
| base::Time last_modified;
|
|
|