| Index: net/http/http_auth_handler_negotiate.h
|
| diff --git a/net/http/http_auth_handler_negotiate.h b/net/http/http_auth_handler_negotiate.h
|
| index 1727ec88e66e92fd769aad764fc12e5352f42150..2397bdbb1c99356072418a58a7226efe0b054e83 100644
|
| --- a/net/http/http_auth_handler_negotiate.h
|
| +++ b/net/http/http_auth_handler_negotiate.h
|
| @@ -108,9 +108,10 @@ class NET_EXPORT_PRIVATE HttpAuthHandlerNegotiate : public HttpAuthHandler {
|
|
|
| // HttpAuthHandler:
|
| virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(
|
| - HttpAuth::ChallengeTokenizer* challenge);
|
| - virtual bool NeedsIdentity();
|
| - virtual bool AllowsDefaultCredentials();
|
| + HttpAuth::ChallengeTokenizer* challenge) OVERRIDE;
|
| + virtual bool NeedsIdentity() OVERRIDE;
|
| + virtual bool AllowsDefaultCredentials() OVERRIDE;
|
| + virtual bool AllowsExplicitCredentials() OVERRIDE;
|
|
|
| protected:
|
| virtual bool Init(HttpAuth::ChallengeTokenizer* challenge);
|
|
|