| Index: net/url_request/url_request_ftp_job.h
|
| diff --git a/net/url_request/url_request_ftp_job.h b/net/url_request/url_request_ftp_job.h
|
| index 58d0efb7c34b6be4ac02cd5405fed9f92aa3a6db..d50376631af1129eeb3559784f2329450f1d4c0d 100644
|
| --- a/net/url_request/url_request_ftp_job.h
|
| +++ b/net/url_request/url_request_ftp_job.h
|
| @@ -48,7 +48,7 @@ class URLRequestFtpJob : public URLRequestJob {
|
| virtual void CancelAuth();
|
|
|
| // TODO(ibrar): Yet to give another look at this function.
|
| - virtual uint64 GetUploadProgress() const { return 0; }
|
| + virtual uint64 GetUploadProgress() const;
|
| virtual bool ReadRawData(IOBuffer* buf, int buf_size, int *bytes_read);
|
|
|
| void StartTransaction();
|
|
|