diff options
Diffstat (limited to 'net/http/http_auth_handler_factory.h')
-rw-r--r-- | net/http/http_auth_handler_factory.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/http/http_auth_handler_factory.h b/net/http/http_auth_handler_factory.h index 06d0f83..da6bad8 100644 --- a/net/http/http_auth_handler_factory.h +++ b/net/http/http_auth_handler_factory.h @@ -107,9 +107,11 @@ class HttpAuthHandlerFactory { // responsible for deleting the factory. // The default factory supports Basic, Digest, NTLM, and Negotiate schemes. // - // |host_resolver| is used by the Negotiate authentication handler to perform + // |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. + // non-NULL. |resolver| must remain valid for the lifetime of the + // HttpAuthHandlerRegistryFactory and any HttpAuthHandlers created by said + // factory. static HttpAuthHandlerRegistryFactory* CreateDefault(HostResolver* resolver); private: |