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

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: fixes 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
« no previous file with comments | « net/http/http_auth_cache.cc ('k') | net/url_request/url_request_ftp_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..a229ca5cacb7af5745b45b54dfa3b3b71b0133d7 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_;
@@ -90,11 +92,11 @@ class NET_EXPORT_PRIVATE URLRequestFtpJob : public URLRequestJob {
HttpRequestInfo http_request_info_;
scoped_ptr<HttpTransaction> http_transaction_;
- const HttpResponseInfo* response_info_;
+ const HttpResponseInfo* http_response_info_;
bool read_in_progress_;
- scoped_refptr<AuthData> server_auth_;
+ scoped_refptr<AuthData> auth_data_;
base::WeakPtrFactory<URLRequestFtpJob> weak_factory_;
« no previous file with comments | « net/http/http_auth_cache.cc ('k') | net/url_request/url_request_ftp_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698