| Index: components/arc/bluetooth/arc_bluetooth_bridge.cc
|
| diff --git a/components/arc/bluetooth/arc_bluetooth_bridge.cc b/components/arc/bluetooth/arc_bluetooth_bridge.cc
|
| index 97bca580d1292e8d2b92bc15b4303b998e000331..41f1a3926d16d57076d3392b4d4fd2fe50939212 100644
|
| --- a/components/arc/bluetooth/arc_bluetooth_bridge.cc
|
| +++ b/components/arc/bluetooth/arc_bluetooth_bridge.cc
|
| @@ -251,7 +251,7 @@ namespace arc {
|
|
|
| ArcBluetoothBridge::ArcBluetoothBridge(ArcBridgeService* bridge_service)
|
| : ArcService(bridge_service), binding_(this), weak_factory_(this) {
|
| - if (BluetoothAdapterFactory::IsBluetoothAdapterAvailable()) {
|
| + if (BluetoothAdapterFactory::IsBluetoothSupported()) {
|
| VLOG(1) << "Registering bluetooth adapter.";
|
| BluetoothAdapterFactory::GetAdapter(base::Bind(
|
| &ArcBluetoothBridge::OnAdapterInitialized, weak_factory_.GetWeakPtr()));
|
|
|