| Index: device/bluetooth/test/mock_bluetooth_adapter.h
|
| diff --git a/device/bluetooth/test/mock_bluetooth_adapter.h b/device/bluetooth/test/mock_bluetooth_adapter.h
|
| index ab0e47b9905fd490cd4e316d58ea6ab726bb9709..03261922cd9e26e1eacec5a77a21a5c96eda68c5 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_adapter.h
|
| +++ b/device/bluetooth/test/mock_bluetooth_adapter.h
|
| @@ -60,10 +60,6 @@ class MockBluetoothAdapter : public BluetoothAdapter {
|
| MOCK_METHOD1(GetDevice, BluetoothDevice*(const std::string& address));
|
| MOCK_CONST_METHOD1(GetDevice,
|
| const BluetoothDevice*(const std::string& address));
|
| - MOCK_METHOD2(
|
| - ReadLocalOutOfBandPairingData,
|
| - void(const BluetoothOutOfBandPairingDataCallback& callback,
|
| - const ErrorCallback& error_callback));
|
| MOCK_METHOD2(AddPairingDelegate,
|
| void(BluetoothDevice::PairingDelegate* pairing_delegate,
|
| enum PairingDelegatePriority priority));
|
|
|