| 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 35d6593a8d4ca33c92719f9536ac356f7fc59d4d..d48d82d2068f1d0de37a47b6205a12e6c4c475eb 100644
|
| --- a/net/url_request/url_request_ftp_job.h
|
| +++ b/net/url_request/url_request_ftp_job.h
|
| @@ -70,8 +70,6 @@ class NET_EXPORT_PRIVATE URLRequestFtpJob : public URLRequestJob {
|
| void SetAuth(const AuthCredentials& credentials) override;
|
| void CancelAuth() override;
|
|
|
| - // TODO(ibrar): Yet to give another look at this function.
|
| - UploadProgress GetUploadProgress() const override;
|
| int ReadRawData(IOBuffer* buf, int buf_size) override;
|
|
|
| void HandleAuthNeededResponse();
|
|
|