| Index: net/http/http_auth_handler_digest.h
|
| ===================================================================
|
| --- net/http/http_auth_handler_digest.h (revision 59119)
|
| +++ net/http/http_auth_handler_digest.h (working copy)
|
| @@ -32,10 +32,11 @@
|
| scoped_ptr<HttpAuthHandler>* handler);
|
| };
|
|
|
| + HttpAuth::AuthorizationResult HandleAnotherChallenge(
|
| + HttpAuth::ChallengeTokenizer* challenge);
|
| +
|
| protected:
|
| - virtual bool Init(HttpAuth::ChallengeTokenizer* challenge) {
|
| - return ParseChallenge(challenge);
|
| - }
|
| + virtual bool Init(HttpAuth::ChallengeTokenizer* challenge);
|
|
|
| virtual int GenerateAuthTokenImpl(const string16* username,
|
| const string16* password,
|
|
|