| 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 2731f5ffc1587a5a291162b1bd6300c9eaf96221..868d88aa668e4f7dc2bd5cfc0fff7edd721cb2f1 100644
|
| --- a/net/http/http_auth_handler_negotiate.h
|
| +++ b/net/http/http_auth_handler_negotiate.h
|
| @@ -143,7 +143,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.
|
|
|