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 da6bad83c68b54468ec10d2cf091738aaa8d6f7f..16e60c4774b2dd54272d74e8ee1027a2d28a11b9 100644 |
--- a/net/http/http_auth_handler_factory.h |
+++ b/net/http/http_auth_handler_factory.h |
@@ -174,12 +174,16 @@ class HttpAuthHandlerRegistryFactory : public HttpAuthHandlerFactory { |
// scheme is used and |negotiate_disable_cname_lookup| is false, |
// |host_resolver| must not be NULL. |
// |
+ // |gssapi_library_name| specifies the name of the GSSAPI library that will |
+ // be loaded on all platforms except Windows. |
+ // |
// |negotiate_disable_cname_lookup| and |negotiate_enable_port| both control |
// how Negotiate does SPN generation, by default these should be false. |
static HttpAuthHandlerRegistryFactory* Create( |
const std::vector<std::string>& supported_schemes, |
URLSecurityManager* security_manager, |
HostResolver* host_resolver, |
+ const std::string& gssapi_library_name, |
bool negotiate_disable_cname_lookup, |
bool negotiate_enable_port); |