| Index: net/http/http_auth_handler_ntlm_portable.cc
|
| ===================================================================
|
| --- net/http/http_auth_handler_ntlm_portable.cc (revision 59119)
|
| +++ net/http/http_auth_handler_ntlm_portable.cc (working copy)
|
| @@ -653,10 +653,6 @@
|
| return !auth_data_.empty();
|
| }
|
|
|
| -bool HttpAuthHandlerNTLM::IsFinalRound() {
|
| - return !auth_data_.empty();
|
| -}
|
| -
|
| bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() {
|
| // Default credentials are not supported in the portable implementation of
|
| // NTLM, but are supported in the SSPI implementation.
|
|
|