diff options
Diffstat (limited to 'devel/electron33/files/patch-services_network_network__context.cc')
-rw-r--r-- | devel/electron33/files/patch-services_network_network__context.cc | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron33/files/patch-services_network_network__context.cc b/devel/electron33/files/patch-services_network_network__context.cc deleted file mode 100644 index 80bb0444af6a..000000000000 --- a/devel/electron33/files/patch-services_network_network__context.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- services/network/network_context.cc.orig 2024-10-28 21:05:16 UTC -+++ services/network/network_context.cc -@@ -686,7 +686,7 @@ NetworkContext::NetworkContextHttpAuthPreferences:: - NetworkContext::NetworkContextHttpAuthPreferences:: - ~NetworkContextHttpAuthPreferences() = default; - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - bool NetworkContext::NetworkContextHttpAuthPreferences::AllowGssapiLibraryLoad() - const { - if (network_service_) { -@@ -2547,7 +2547,7 @@ void NetworkContext::OnHttpAuthDynamicParamsChanged( - http_auth_dynamic_network_service_params->android_negotiate_account_type); - #endif // BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - http_auth_merged_preferences_.set_allow_gssapi_library_load( - http_auth_dynamic_network_service_params->allow_gssapi_library_load); - #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) |