Index: net/http/http_auth_handler_factory.h |
diff --git a/net/http/http_auth_handler_factory.h b/net/http/http_auth_handler_factory.h |
index 887c6cdd9279d8a7aa0dc6634013c0ff2f4f660a..06d0f8313c792e2d03cd0dd14fb0c056d44e6303 100644 |
--- a/net/http/http_auth_handler_factory.h |
+++ b/net/http/http_auth_handler_factory.h |
@@ -106,7 +106,11 @@ class HttpAuthHandlerFactory { |
// Creates a standard HttpAuthHandlerRegistryFactory. The caller is |
// responsible for deleting the factory. |
// The default factory supports Basic, Digest, NTLM, and Negotiate schemes. |
- static HttpAuthHandlerRegistryFactory* CreateDefault(); |
+ // |
+ // |host_resolver| is used by the Negotiate authentication handler to perform |
+ // CNAME lookups to generate a Kerberos SPN for the server. It must be |
+ // non-NULL. |
+ static HttpAuthHandlerRegistryFactory* CreateDefault(HostResolver* resolver); |
private: |
// The URL security manager |