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 831e43de2cb0b1f941e87c27f7875a34c5903fb7..ae7c78bd7465329e44d30c2481f2d78b95c98b60 100644 |
--- a/net/http/http_auth_handler_ntlm.h |
+++ b/net/http/http_auth_handler_ntlm.h |
@@ -114,6 +114,10 @@ class HttpAuthHandlerNTLM : public HttpAuthHandler { |
HttpAuth::ChallengeTokenizer* challenge); |
protected: |
+ // This function acquires a credentials handle in the SSPI implementation. |
+ // It does nothing in the portable implementation. |
+ int InitializeBeforeFirstChallenge(); |
+ |
virtual bool Init(HttpAuth::ChallengeTokenizer* tok); |
virtual int GenerateAuthTokenImpl(const string16* username, |
@@ -122,10 +126,6 @@ class HttpAuthHandlerNTLM : public HttpAuthHandler { |
CompletionCallback* callback, |
std::string* auth_token); |
- // This function acquires a credentials handle in the SSPI implementation. |
- // It does nothing in the portable implementation. |
- int InitializeBeforeFirstChallenge(); |
- |
private: |
~HttpAuthHandlerNTLM(); |