From 65d3438acf8e8e4f525c23b00c46b7a1330b00ee Mon Sep 17 00:00:00 2001 From: "cbentzel@chromium.org" Date: Thu, 1 Jul 2010 18:12:26 +0000 Subject: Make the Negotiate Authentication Handler a state machine. Now that the HttpNetworkTransaction correctly handles asynchronous auth token generation, HttpAuthHandlerNegotiate can be turned into a state machine. This also removes the need for the externally exposed "Resolve Canonical Name" details to users of this handler. BUG=42222 TEST=net_unittests Review URL: http://codereview.chromium.org/2867022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51387 0039d316-1c4b-4281-b951-d872f2087c98 --- net/http/http_auth_handler_ntlm.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'net/http/http_auth_handler_ntlm.cc') diff --git a/net/http/http_auth_handler_ntlm.cc b/net/http/http_auth_handler_ntlm.cc index b50a0a9..d8e8a75 100644 --- a/net/http/http_auth_handler_ntlm.cc +++ b/net/http/http_auth_handler_ntlm.cc @@ -24,7 +24,6 @@ int HttpAuthHandlerNTLM::GenerateAuthTokenImpl( username, password, CreateSPN(origin_), - request, auth_token); #else // !defined(NTLM_SSPI) // TODO(wtc): See if we can use char* instead of void* for in_buf and -- cgit v1.1