summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-services_network_network__context.h
blob: 753099c096d159867601b1c18fd882c93badae2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- services/network/network_context.h.orig	2023-12-23 12:33:28 UTC
+++ services/network/network_context.h
@@ -677,7 +677,7 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkContext
    public:
     explicit NetworkContextHttpAuthPreferences(NetworkService* network_service);
     ~NetworkContextHttpAuthPreferences() override;
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
     bool AllowGssapiLibraryLoad() const override;
 #endif  // BUILDFLAG(IS_LINUX)
    private: