| Index: device/bluetooth/test/mock_bluetooth_device.h
|
| diff --git a/device/bluetooth/test/mock_bluetooth_device.h b/device/bluetooth/test/mock_bluetooth_device.h
|
| index 5a6af5c91ea5108c7fb6fc3e4b250603911f7dce..00736852ca6e2588f6aaf1a47da36820c6d922a0 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_device.h
|
| +++ b/device/bluetooth/test/mock_bluetooth_device.h
|
| @@ -79,6 +79,12 @@ class MockBluetoothDevice : public BluetoothDevice {
|
| MOCK_METHOD2(ClearOutOfBandPairingData,
|
| void(const base::Closure& callback,
|
| const BluetoothDevice::ErrorCallback& error_callback));
|
| + MOCK_METHOD2(StartConnectionMonitor,
|
| + void(const base::Closure& callback,
|
| + const BluetoothDevice::ErrorCallback& error_callback));
|
| + MOCK_METHOD2(StopConnectionMonitor,
|
| + void(const base::Closure& callback,
|
| + const BluetoothDevice::ErrorCallback& error_callback));
|
|
|
| MOCK_CONST_METHOD0(GetGattServices, std::vector<BluetoothGattService*>());
|
| MOCK_CONST_METHOD1(GetGattService, BluetoothGattService*(const std::string&));
|
|
|