From 6e422588080bb5163434d8961b2eecea7eced633 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Sat, 1 Nov 2025 12:12:36 +0100 Subject: devel/electron35: Remove expired port 2025-10-31 devel/electron35: EOLed upstream, switch to newer version --- .../files/patch-net_http_http__auth__preferences.h | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 devel/electron35/files/patch-net_http_http__auth__preferences.h (limited to 'devel/electron35/files/patch-net_http_http__auth__preferences.h') diff --git a/devel/electron35/files/patch-net_http_http__auth__preferences.h b/devel/electron35/files/patch-net_http_http__auth__preferences.h deleted file mode 100644 index 1dd6c8db3248..000000000000 --- a/devel/electron35/files/patch-net_http_http__auth__preferences.h +++ /dev/null @@ -1,29 +0,0 @@ ---- net/http/http_auth_preferences.h.orig 2023-10-19 19:58:28 UTC -+++ net/http/http_auth_preferences.h -@@ -50,7 +50,7 @@ class NET_EXPORT HttpAuthPreferences { - #if BUILDFLAG(IS_ANDROID) - virtual std::string AuthAndroidNegotiateAccountType() const; - #endif --#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - virtual bool AllowGssapiLibraryLoad() const; - #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) - virtual bool CanUseDefaultCredentials( -@@ -86,7 +86,7 @@ class NET_EXPORT HttpAuthPreferences { - } - #endif // BUILDFLAG(IS_POSIX) || BUILDFLAG(IS_FUCHSIA) - --#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - void set_allow_gssapi_library_load(bool allow_gssapi_library_load) { - allow_gssapi_library_load_ = allow_gssapi_library_load; - } -@@ -137,7 +137,7 @@ class NET_EXPORT HttpAuthPreferences { - std::string auth_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) - bool allow_gssapi_library_load_ = true; - #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) - -- cgit v1.2.3