| Index: net/http/http_auth_handler_negotiate.h
|
| ===================================================================
|
| --- net/http/http_auth_handler_negotiate.h (revision 59119)
|
| +++ net/http/http_auth_handler_negotiate.h (working copy)
|
| @@ -107,10 +107,11 @@
|
|
|
| virtual bool NeedsIdentity();
|
|
|
| - virtual bool IsFinalRound();
|
| -
|
| virtual bool AllowsDefaultCredentials();
|
|
|
| + virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(
|
| + HttpAuth::ChallengeTokenizer* challenge);
|
| +
|
| // These are public for unit tests
|
| std::wstring CreateSPN(const AddressList& address_list, const GURL& orign);
|
| const std::wstring& spn() const { return spn_; }
|
|
|