| 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..cbc5cd872e43d3b1054c353700b66c8dceafdb17 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(scoped_refptr<net::IOBuffer> io_buffer, int size);
|
|
|
| void OnSetPowered();
|
| void OnGetAdapter(scoped_refptr<device::BluetoothAdapter> adapter);
|
|
|