| Index: net/http/http_auth_handler_ntlm.h
|
| diff --git a/net/http/http_auth_handler_ntlm.h b/net/http/http_auth_handler_ntlm.h
|
| index 0712bb31c831531dab196b1545318e773f55836b..b24b7e071ddd717454f64c02993b57e9b799cecb 100644
|
| --- a/net/http/http_auth_handler_ntlm.h
|
| +++ b/net/http/http_auth_handler_ntlm.h
|
| @@ -60,7 +60,6 @@ class NET_EXPORT_PRIVATE HttpAuthHandlerNTLM : public HttpAuthHandler {
|
| private:
|
| #if defined(NTLM_SSPI)
|
| ULONG max_token_length_;
|
| - bool first_creation_;
|
| bool is_unsupported_;
|
| scoped_ptr<SSPILibrary> sspi_library_;
|
| #endif // defined(NTLM_SSPI)
|
|
|