Chromium Code Reviews| Index: components/pairing/bluetooth_host_pairing_controller.cc |
| diff --git a/components/pairing/bluetooth_host_pairing_controller.cc b/components/pairing/bluetooth_host_pairing_controller.cc |
| index c8c534fa06a9674645594b7c92e27291f89d6022..bbb6a60e3d7dea406b9c5536d51c006e0441ae26 100644 |
| --- a/components/pairing/bluetooth_host_pairing_controller.cc |
| +++ b/components/pairing/bluetooth_host_pairing_controller.cc |
| @@ -472,7 +472,7 @@ HostPairingController::Stage BluetoothHostPairingController::GetCurrentStage() { |
| void BluetoothHostPairingController::StartPairing() { |
| DCHECK_EQ(current_stage_, STAGE_NONE); |
| bool bluetooth_available = |
|
scheib
2017/04/13 05:06:25
var name
ortuno
2017/04/18 01:25:42
Done.
|
| - device::BluetoothAdapterFactory::IsBluetoothAdapterAvailable(); |
| + device::BluetoothAdapterFactory::IsBluetoothSupported(); |
| if (!bluetooth_available) { |
| ChangeStage(STAGE_INITIALIZATION_ERROR); |
| return; |