aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-remoting_host_remote__open__url_url__forwarder__configurator.cc
blob: b59e8f067d2b88b9b2164147bb0bec9f7fbc96f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/host/remote_open_url/url_forwarder_configurator.cc.orig	2022-02-28 16:54:41 UTC
+++ remoting/host/remote_open_url/url_forwarder_configurator.cc
@@ -12,7 +12,7 @@ UrlForwarderConfigurator::UrlForwarderConfigurator() =
 
 UrlForwarderConfigurator::~UrlForwarderConfigurator() = default;
 
-#if !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_WIN)
+#if !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_BSD)
 
 // static
 std::unique_ptr<UrlForwarderConfigurator> UrlForwarderConfigurator::Create() {