| 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..e624f9a26c99a0872f0f018604668e5e3eab6ab4 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_device.h
|
| +++ b/device/bluetooth/test/mock_bluetooth_device.h
|
| @@ -79,6 +79,9 @@ 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_CONST_METHOD0(GetGattServices, std::vector<BluetoothGattService*>());
|
| MOCK_CONST_METHOD1(GetGattService, BluetoothGattService*(const std::string&));
|
|
|