aboutsummaryrefslogblamecommitdiff
path: root/www/ungoogled-chromium/files/patch-net_http_http__auth__preferences.cc
blob: da8cd8641bfcea48a031d94842e2d1fb0a06b417 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                        
--- net/http/http_auth_preferences.cc.orig	2023-10-13 13:20:35 UTC
+++ net/http/http_auth_preferences.cc
@@ -39,7 +39,7 @@ std::string HttpAuthPreferences::AuthAndroidNegotiateA
 }
 #endif  // BUILDFLAG(IS_ANDROID)
 
-#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
 bool HttpAuthPreferences::AllowGssapiLibraryLoad() const {
   return allow_gssapi_library_load_;
 }