Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(576)

Unified Diff: net/url_request/url_request_ftp_job.h

Issue 12582012: Implement FTP auth through proxy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tests Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698