diff options
Diffstat (limited to 'devel/electron33/files/patch-net_http_http__auth__preferences.cc')
-rw-r--r-- | devel/electron33/files/patch-net_http_http__auth__preferences.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-net_http_http__auth__preferences.cc b/devel/electron33/files/patch-net_http_http__auth__preferences.cc deleted file mode 100644 index d30b0907f30e..000000000000 --- a/devel/electron33/files/patch-net_http_http__auth__preferences.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- net/http/http_auth_preferences.cc.orig 2023-10-19 19:58:28 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_; - } |