| Index: net/http/http_auth_handler_mock.h
|
| ===================================================================
|
| --- net/http/http_auth_handler_mock.h (revision 59119)
|
| +++ net/http/http_auth_handler_mock.h (working copy)
|
| @@ -41,7 +41,6 @@
|
| CompletionCallback* callback);
|
|
|
| virtual bool NeedsIdentity() { return first_round_; }
|
| - virtual bool IsFinalRound() { return false; }
|
|
|
| void SetGenerateExpectation(bool async, int rv);
|
|
|
| @@ -53,6 +52,9 @@
|
| return request_url_;
|
| }
|
|
|
| + HttpAuth::AuthorizationResult HandleAnotherChallenge(
|
| + HttpAuth::ChallengeTokenizer* challenge);
|
| +
|
| // The Factory class simply returns the same handler each time
|
| // CreateAuthHandler is called.
|
| class Factory : public HttpAuthHandlerFactory {
|
|
|