| Index: net/http/http_auth_unittest.cc
|
| diff --git a/net/http/http_auth_unittest.cc b/net/http/http_auth_unittest.cc
|
| index cc616a00c45a641c6f357466826ad1f4830366e8..61d57c072d5012df62d1e0ab469bb2cc0d7b4216 100644
|
| --- a/net/http/http_auth_unittest.cc
|
| +++ b/net/http/http_auth_unittest.cc
|
| @@ -60,15 +60,8 @@ TEST(HttpAuthTest, ChooseBestChallenge) {
|
| "WWW-Authenticate: Negotiate\n"
|
| "WWW-Authenticate: NTLM\n",
|
|
|
| - // Negotiate is not currently support on non-Windows platforms, so
|
| - // the choice varies depending on platform.
|
| -#if defined(OS_WIN)
|
| "negotiate",
|
| "",
|
| -#else
|
| - "ntlm",
|
| - "",
|
| -#endif
|
| }
|
| };
|
| GURL origin("http://www.example.com");
|
|
|