aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-net_proxy__resolution_configured__proxy__resolution__service.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron12/files/patch-net_proxy__resolution_configured__proxy__resolution__service.cc')
-rw-r--r--devel/electron12/files/patch-net_proxy__resolution_configured__proxy__resolution__service.cc29
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/electron12/files/patch-net_proxy__resolution_configured__proxy__resolution__service.cc b/devel/electron12/files/patch-net_proxy__resolution_configured__proxy__resolution__service.cc
deleted file mode 100644
index 214b3d984c8a..000000000000
--- a/devel/electron12/files/patch-net_proxy__resolution_configured__proxy__resolution__service.cc
+++ /dev/null
@@ -1,29 +0,0 @@
---- net/proxy_resolution/configured_proxy_resolution_service.cc.orig 2021-04-14 01:08:53 UTC
-+++ net/proxy_resolution/configured_proxy_resolution_service.cc
-@@ -50,7 +50,7 @@
- #include "net/proxy_resolution/proxy_resolver_mac.h"
- // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
- // of lacros-chrome is complete.
--#elif defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
-+#elif defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)
- #include "net/proxy_resolution/proxy_config_service_linux.h"
- #elif defined(OS_ANDROID)
- #include "net/proxy_resolution/proxy_config_service_android.h"
-@@ -66,7 +66,7 @@ namespace {
- // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
- // of lacros-chrome is complete.
- #if defined(OS_WIN) || defined(OS_APPLE) || \
-- (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS))
-+ (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || defined(OS_BSD)
- constexpr net::NetworkTrafficAnnotationTag kSystemProxyConfigTrafficAnnotation =
- net::DefineNetworkTrafficAnnotation("proxy_config_system", R"(
- semantics {
-@@ -1413,7 +1413,7 @@ ConfiguredProxyResolutionService::CreateSystemProxyCon
- << "profile_io_data.cc::CreateProxyConfigService and this should "
- << "be used only for examples.";
- return std::make_unique<UnsetProxyConfigService>();
--#elif defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
-+#elif defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)
- std::unique_ptr<ProxyConfigServiceLinux> linux_config_service(
- new ProxyConfigServiceLinux());
-