blob: 099dd5d08a5b0c44df2d24700ec64f078a514637 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- services/network/network_context.h.orig 2025-07-04 05:17:07 UTC
+++ services/network/network_context.h
@@ -734,7 +734,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:
|