ports/www/chromium/files/patch-device_bluetooth_bluetooth__adapter.cc
Robert Nagy 2acdadaf09 www/chromium: update to 104.0.5112.79
Security:	96a41723-133a-11ed-be3b-3065ec8fd3ec
2022-08-03 16:50:51 +02:00

11 lines
551 B
C++

--- device/bluetooth/bluetooth_adapter.cc.orig 2022-07-28 06:05:58 UTC
+++ device/bluetooth/bluetooth_adapter.cc
@@ -32,7 +32,7 @@ BluetoothAdapter::ServiceOptions::ServiceOptions() = d
BluetoothAdapter::ServiceOptions::~ServiceOptions() = default;
#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_MAC) && \
- !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_LINUX)
+ !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_BSD)
// static
scoped_refptr<BluetoothAdapter> BluetoothAdapter::CreateAdapter() {
return nullptr;