aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-services_network_network__context.h
blob: bfc127ac417019bfc0f1e0c17c2e26a27bb60f58 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                                       
                                      
                                                                          







                                                                                 
--- services/network/network_context.h.orig	2024-05-21 18:07:39 UTC
+++ services/network/network_context.h
@@ -672,7 +672,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: