| Index: device/bluetooth/test/bluetooth_test_android.h
|
| diff --git a/device/bluetooth/test/bluetooth_test_android.h b/device/bluetooth/test/bluetooth_test_android.h
|
| index c91f0a11783479223c17ed78c9baf1c49357de27..fa2ce9d2301ccd7cea14cf41e45623e367dd3e72 100644
|
| --- a/device/bluetooth/test/bluetooth_test_android.h
|
| +++ b/device/bluetooth/test/bluetooth_test_android.h
|
| @@ -50,11 +50,6 @@
|
| void SimulateGattNotifySessionStarted(
|
| BluetoothRemoteGattCharacteristic* characteristic) override;
|
| void SimulateGattNotifySessionStartError(
|
| - BluetoothRemoteGattCharacteristic* characteristic,
|
| - BluetoothRemoteGattService::GattErrorCode error_code) override;
|
| - void SimulateGattNotifySessionStopped(
|
| - BluetoothRemoteGattCharacteristic* characteristic) override;
|
| - void SimulateGattNotifySessionStopError(
|
| BluetoothRemoteGattCharacteristic* characteristic,
|
| BluetoothRemoteGattService::GattErrorCode error_code) override;
|
| void SimulateGattCharacteristicSetNotifyWillFailSynchronouslyOnce(
|
|
|