Chromium Code Reviews| Index: net/http/http_auth_handler_ntlm_win.cc |
| =================================================================== |
| --- net/http/http_auth_handler_ntlm_win.cc (revision 59119) |
| +++ net/http/http_auth_handler_ntlm_win.cc (working copy) |
| @@ -34,10 +34,6 @@ |
| return auth_sspi_.NeedsIdentity(); |
| } |
| -bool HttpAuthHandlerNTLM::IsFinalRound() { |
| - return auth_sspi_.IsFinalRound(); |
| -} |
| - |
| bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() { |
| if (target_ == HttpAuth::AUTH_PROXY) |
| return true; |