| Index: net/http/http_auth_gssapi_posix.h
|
| ===================================================================
|
| --- net/http/http_auth_gssapi_posix.h (revision 59119)
|
| +++ net/http/http_auth_gssapi_posix.h (working copy)
|
| @@ -223,9 +223,9 @@
|
| bool Init();
|
|
|
| bool NeedsIdentity() const;
|
| - bool IsFinalRound() const;
|
|
|
| - bool ParseChallenge(HttpAuth::ChallengeTokenizer* tok);
|
| + HttpAuth::AuthorizationResult ParseChallenge(
|
| + HttpAuth::ChallengeTokenizer* tok);
|
|
|
| // Generates an authentication token.
|
| // The return value is an error code. If it's not |OK|, the value of
|
|
|