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

Unified Diff: net/url_request/url_request_ftp_job.h

Issue 13609002: fix a problem that android cannot download files with basic authentication (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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..bd61c096d7f113b8c5d24a49fc4a3c23e98127b2 100644
--- a/net/url_request/url_request_ftp_job.h
+++ b/net/url_request/url_request_ftp_job.h
@@ -69,6 +69,7 @@ class NET_EXPORT_PRIVATE URLRequestFtpJob : public URLRequestJob {
// Overridden from URLRequestJob:
virtual LoadState GetLoadState() const OVERRIDE;
virtual bool NeedsAuth() OVERRIDE;
+ virtual bool HasAuth() const OVERRIDE;
virtual void GetAuthChallengeInfo(
scoped_refptr<AuthChallengeInfo>* auth_info) OVERRIDE;
virtual void SetAuth(const AuthCredentials& credentials) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698