| Index: components/proximity_auth/bluetooth_connection_finder.cc
|
| diff --git a/components/proximity_auth/bluetooth_connection_finder.cc b/components/proximity_auth/bluetooth_connection_finder.cc
|
| index fd48587e28f8b2f889e49ac73105c77ec6b2463a..e0a0e84cdacb90725d0a85b9c43575bb0c74058a 100644
|
| --- a/components/proximity_auth/bluetooth_connection_finder.cc
|
| +++ b/components/proximity_auth/bluetooth_connection_finder.cc
|
| @@ -37,7 +37,7 @@ BluetoothConnectionFinder::~BluetoothConnectionFinder() {
|
| void BluetoothConnectionFinder::Find(
|
| const cryptauth::ConnectionFinder::ConnectionCallback&
|
| connection_callback) {
|
| - if (!device::BluetoothAdapterFactory::IsBluetoothAdapterAvailable()) {
|
| + if (!device::BluetoothAdapterFactory::IsBluetoothSupported()) {
|
| PA_LOG(WARNING) << "Bluetooth is unsupported on this platform. Aborting.";
|
| return;
|
| }
|
|
|