| Index: net/http/http_auth_handler_negotiate.cc
|
| diff --git a/net/http/http_auth_handler_negotiate.cc b/net/http/http_auth_handler_negotiate.cc
|
| index 4e1c81d0247cb42ed5a2bba51189066ea947694a..35681c4ec570694cdc5bc2120dd08c86802a69ea 100644
|
| --- a/net/http/http_auth_handler_negotiate.cc
|
| +++ b/net/http/http_auth_handler_negotiate.cc
|
| @@ -100,7 +100,7 @@ HttpAuthHandlerNegotiate::HttpAuthHandlerNegotiate(
|
| #if defined(OS_WIN)
|
| : auth_system_(auth_library, "Negotiate", NEGOSSP_NAME, max_token_length),
|
| #elif defined(OS_POSIX)
|
| - : auth_system_(auth_library, "Negotiate", CHROME_GSS_KRB5_MECH_OID_DESC),
|
| + : auth_system_(auth_library, "Negotiate", CHROME_GSS_SPNEGO_MECH_OID_DESC),
|
| #endif
|
| disable_cname_lookup_(disable_cname_lookup),
|
| use_port_(use_port),
|
|
|