| 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 3af83f58e314a713b2ed4b37b96bccde8003049a..15c1e4d9bc17135c5a248fc73083da43c06acf2f 100644
|
| --- a/net/url_request/url_request_file_job.h
|
| +++ b/net/url_request/url_request_file_job.h
|
| @@ -55,6 +55,8 @@ class NET_EXPORT URLRequestFileJob : public URLRequestJob {
|
| protected:
|
| virtual ~URLRequestFileJob();
|
|
|
| + int64 remaining_bytes() const { return remaining_bytes_; }
|
| +
|
| // The OS-specific full path name of the file
|
| base::FilePath file_path_;
|
|
|
|
|