Chromium Code Reviews| 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 542bf9293ee34f0898edeac16c06c8a26de36c74..f027471b005690d530fbdc321c1ff876d67f0dd1 100644 |
| --- a/net/http/http_auth_handler_ntlm.h |
| +++ b/net/http/http_auth_handler_ntlm.h |
| @@ -145,6 +145,9 @@ class HttpAuthHandlerNTLM : public HttpAuthHandler { |
| void** out_token, |
| uint32* out_token_len); |
| + // Create an NTLM SPN to identify the |origin| server. |
| + static std::wstring CreateSPN(const GURL& origin); |
| + |
| #if defined(NTLM_SSPI) |
| HttpAuthSSPI auth_sspi_; |
| #endif |