summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_job.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/url_request/url_request_job.h')
-rw-r--r--net/url_request/url_request_job.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/net/url_request/url_request_job.h b/net/url_request/url_request_job.h
index 6b309be..43fa866 100644
--- a/net/url_request/url_request_job.h
+++ b/net/url_request/url_request_job.h
@@ -164,14 +164,6 @@ class URLRequestJob : public base::RefCountedThreadSafe<URLRequestJob> {
virtual void GetAuthChallengeInfo(
scoped_refptr<net::AuthChallengeInfo>* auth_info);
- // Returns cached auth data for the auth challenge. Returns NULL if there
- // is no auth cache or if the auth cache doesn't have the auth data for
- // the auth challenge.
- virtual void GetCachedAuthData(const net::AuthChallengeInfo& auth_info,
- scoped_refptr<net::AuthData>* auth_data) {
- *auth_data = NULL;
- }
-
// Resend the request with authentication credentials.
virtual void SetAuth(const std::wstring& username,
const std::wstring& password);