| 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 8619bf418aa50077ed924df629cb03f45ab4bda7..23eff785d5022b9ea8fa2d90dea9c6420b92a1a2 100644
|
| --- a/net/http/http_auth_handler_negotiate.h
|
| +++ b/net/http/http_auth_handler_negotiate.h
|
| @@ -142,7 +142,6 @@ class NET_EXPORT_PRIVATE HttpAuthHandlerNegotiate : public HttpAuthHandler {
|
| AuthSystem auth_system_;
|
| bool disable_cname_lookup_;
|
| bool use_port_;
|
| - OldCompletionCallbackImpl<HttpAuthHandlerNegotiate> io_callback_;
|
| HostResolver* const resolver_;
|
|
|
| // Members which are needed for DNS lookup + SPN.
|
|
|