summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_auth_controller.h')
-rw-r--r--net/http/http_auth_controller.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/net/http/http_auth_controller.h b/net/http/http_auth_controller.h
index bc1395f..6a74dea 100644
--- a/net/http/http_auth_controller.h
+++ b/net/http/http_auth_controller.h
@@ -43,14 +43,11 @@ class HttpAuthController {
void AddAuthorizationHeader(HttpRequestHeaders* authorization_headers);
// Checks for and handles HTTP status code 401 or 407.
- // |HandleAuthChallenge()| returns OK on success,
- // ERR_AUTH_NEEDS_CANONICAL_NAME if the handler needs the canonical name
- // resolved, or a network error code. It may also populate |auth_info_|.
+ // |HandleAuthChallenge()| returns OK on success, or a network error code
+ // otherwise. It may also populate |auth_info_|.
int HandleAuthChallenge(scoped_refptr<HttpResponseHeaders> headers,
int load_flags, bool establishing_tunnel);
- int ResolveCanonicalName(CompletionCallback* callback);
-
// Store the supplied credentials and prepare to restart the auth.
void ResetAuth(const std::wstring& username, const std::wstring& password);