| 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 a7398913914ed37bf96c0ca9849553b8960487b3..85c5b55263264fef16485a78d69d6cba91079787 100644
|
| --- a/net/url_request/url_request_ftp_job.h
|
| +++ b/net/url_request/url_request_ftp_job.h
|
| @@ -80,6 +80,8 @@ class NET_EXPORT_PRIVATE URLRequestFtpJob : public URLRequestJob {
|
| int buf_size,
|
| int *bytes_read) OVERRIDE;
|
|
|
| + void HandleAuthNeededResponse();
|
| +
|
| RequestPriority priority_;
|
|
|
| ProxyInfo proxy_info_;
|
| @@ -94,7 +96,7 @@ class NET_EXPORT_PRIVATE URLRequestFtpJob : public URLRequestJob {
|
|
|
| bool read_in_progress_;
|
|
|
| - scoped_refptr<AuthData> server_auth_;
|
| + scoped_refptr<AuthData> auth_data_;
|
|
|
| base::WeakPtrFactory<URLRequestFtpJob> weak_factory_;
|
|
|
|
|