| 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 7458154c7136cc4e1b9d2623de395716a0409240..d1846e43d345914f0b634478c6ff4ff80a4ff47a 100644
|
| --- a/components/pairing/bluetooth_controller_pairing_controller.h
|
| +++ b/components/pairing/bluetooth_controller_pairing_controller.h
|
| @@ -38,6 +38,7 @@ class BluetoothControllerPairingController
|
| void Reset();
|
| void DeviceFound(device::BluetoothDevice* device);
|
| void DeviceLost(device::BluetoothDevice* device);
|
| + void SendBuffer(int size, scoped_refptr<net::IOBuffer> io_buffer);
|
|
|
| void OnSetPowered();
|
| void OnGetAdapter(scoped_refptr<device::BluetoothAdapter> adapter);
|
|
|