| Index: net/url_request/url_request_file_job.h
|
| diff --git a/net/url_request/url_request_file_job.h b/net/url_request/url_request_file_job.h
|
| index ec907679481827eca9a5c04fbdb451ebc43b9848..bd4874b8a16132fcdb78403ca0486a3054928458 100644
|
| --- a/net/url_request/url_request_file_job.h
|
| +++ b/net/url_request/url_request_file_job.h
|
| @@ -89,6 +89,8 @@ class NET_EXPORT URLRequestFileJob : public URLRequestJob {
|
| bool file_exists;
|
| // Flag showing whether the file name actually refers to a directory.
|
| bool is_directory;
|
| + // Absolute path of the file (i.e. symbolic link is resolved).
|
| + base::FilePath absolute_path;
|
| };
|
|
|
| // Fetches file info on a background thread.
|
|
|