| 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 d4ea0905537a121208acc1ae2498e47bea2d21dc..29ce1776a568670fa3cd36e7438fd7885848ba0c 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_device.h
|
| +++ b/device/bluetooth/test/mock_bluetooth_device.h
|
| @@ -66,6 +66,9 @@ class MockBluetoothDevice : public BluetoothDevice {
|
| void(const BluetoothUUID& uuid,
|
| const ConnectToServiceCallback& callback,
|
| const ConnectToServiceErrorCallback& error_callback));
|
| + MOCK_METHOD2(CreateGattConnection,
|
| + void(const GattConnectionCallback& callback,
|
| + const ConnectErrorCallback& error_callback));
|
|
|
| MOCK_METHOD2(StartConnectionMonitor,
|
| void(const base::Closure& callback,
|
|
|