aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-remoting_host_scoped__url__forwarder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-remoting_host_scoped__url__forwarder.cc')
-rw-r--r--www/chromium/files/patch-remoting_host_scoped__url__forwarder.cc19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/chromium/files/patch-remoting_host_scoped__url__forwarder.cc b/www/chromium/files/patch-remoting_host_scoped__url__forwarder.cc
new file mode 100644
index 000000000000..c8ac0b25f86f
--- /dev/null
+++ b/www/chromium/files/patch-remoting_host_scoped__url__forwarder.cc
@@ -0,0 +1,19 @@
+--- remoting/host/scoped_url_forwarder.cc.orig 2021-07-28 08:18:58 UTC
++++ remoting/host/scoped_url_forwarder.cc
+@@ -13,7 +13,7 @@ ScopedUrlForwarder::ScopedUrlForwarder() = default;
+
+ ScopedUrlForwarder::~ScopedUrlForwarder() = default;
+
+-#if !defined(OS_LINUX)
++#if !defined(OS_LINUX) && !defined(OS_BSD)
+
+ // static
+ std::unique_ptr<ScopedUrlForwarder> ScopedUrlForwarder::Create() {
+@@ -22,6 +22,6 @@ std::unique_ptr<ScopedUrlForwarder> ScopedUrlForwarder
+ return base::WrapUnique(new ScopedUrlForwarder());
+ }
+
+-#endif // !defined(OS_LINUX)
++#endif // !defined(OS_LINUX) && !defined(OS_BSD)
+
+ } // namespace remoting