| 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 fc596fa6db1e49ea673ed7e7b95b12d106c11381..17e98547738f2e5c9e4760fb4479ae1d96c60778 100644
|
| --- a/net/http/http_auth_handler_negotiate.h
|
| +++ b/net/http/http_auth_handler_negotiate.h
|
| @@ -83,7 +83,6 @@ class NET_EXPORT_PRIVATE HttpAuthHandlerNegotiate : public HttpAuthHandler {
|
| HostResolver* resolver_;
|
| #if defined(OS_WIN)
|
| ULONG max_token_length_;
|
| - bool first_creation_;
|
| #endif
|
| bool is_unsupported_;
|
| scoped_ptr<AuthLibrary> auth_library_;
|
|
|