Index: components/pairing/bluetooth_controller_pairing_controller.h |
diff --git a/components/pairing/bluetooth_controller_pairing_controller.h b/components/pairing/bluetooth_controller_pairing_controller.h |
index e0297e90d1bee2d4f1523b3cad3d89f58b357253..edb79bba3e69b1c08ad646b556b3ddfb3817da97 100644 |
--- a/components/pairing/bluetooth_controller_pairing_controller.h |
+++ b/components/pairing/bluetooth_controller_pairing_controller.h |
@@ -39,6 +39,7 @@ class BluetoothControllerPairingController |
void DeviceFound(device::BluetoothDevice* device); |
void DeviceLost(device::BluetoothDevice* device); |
void SendBuffer(scoped_refptr<net::IOBuffer> io_buffer, int size); |
+ void CompleteSetup(); |
void OnSetPowered(); |
void OnGetAdapter(scoped_refptr<device::BluetoothAdapter> adapter); |
@@ -108,7 +109,6 @@ class BluetoothControllerPairingController |
virtual void AuthorizePairing(device::BluetoothDevice* device) override; |
Stage current_stage_; |
- bool got_initial_status_; |
scoped_refptr<device::BluetoothAdapter> adapter_; |
scoped_ptr<device::BluetoothDiscoverySession> discovery_session_; |
scoped_refptr<device::BluetoothSocket> socket_; |