aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-device_bluetooth_bluetooth__adapter.cc
blob: 7500f6258520efb76634ec6a23e74af98bcad8b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- device/bluetooth/bluetooth_adapter.cc.orig	2024-03-22 08:19:40 UTC
+++ device/bluetooth/bluetooth_adapter.cc
@@ -32,7 +32,7 @@ namespace device {
 BluetoothAdapter::ServiceOptions::ServiceOptions() = default;
 BluetoothAdapter::ServiceOptions::~ServiceOptions() = default;
 
-#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS) && \
+#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_BSD) && \
     !BUILDFLAG(IS_APPLE) && !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_LINUX)
 // static
 scoped_refptr<BluetoothAdapter> BluetoothAdapter::CreateAdapter() {