| Index: net/http/http_auth_handler_mock.h
|
| diff --git a/net/http/http_auth_handler_mock.h b/net/http/http_auth_handler_mock.h
|
| index 2677526803b7902357c3cfc84a7fb018038998fa..41aaa2d6d988a9f25034a6312715e800ae040bbe 100644
|
| --- a/net/http/http_auth_handler_mock.h
|
| +++ b/net/http/http_auth_handler_mock.h
|
| @@ -45,6 +45,7 @@ class HttpAuthHandlerMock : public HttpAuthHandler {
|
| // HttpAuthHandlerFactory:
|
| int CreateAuthHandler(HttpAuthChallengeTokenizer* challenge,
|
| HttpAuth::Target target,
|
| + const SSLInfo& ssl_info,
|
| const GURL& origin,
|
| CreateReason reason,
|
| int nonce_count,
|
| @@ -95,7 +96,8 @@ class HttpAuthHandlerMock : public HttpAuthHandler {
|
| bool AllowsExplicitCredentials() override;
|
|
|
| protected:
|
| - bool Init(HttpAuthChallengeTokenizer* challenge) override;
|
| + bool Init(HttpAuthChallengeTokenizer* challenge,
|
| + const SSLInfo& ssl_info) override;
|
|
|
| int GenerateAuthTokenImpl(const AuthCredentials* credentials,
|
| const HttpRequestInfo* request,
|
|
|