| Index: chrome/browser/chromeos/bluetooth/test/mock_bluetooth_device.h
|
| diff --git a/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_device.h b/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_device.h
|
| index b2b7b881abf2fb5fda1d639613b78aede780b982..7079f28e57ec7b566e3d0de363b3511d1b769d78 100644
|
| --- a/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_device.h
|
| +++ b/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_device.h
|
| @@ -30,6 +30,9 @@ class MockBluetoothDevice : public BluetoothDevice {
|
| MOCK_CONST_METHOD0(IsConnected, bool());
|
| MOCK_CONST_METHOD1(ProvidesServiceWithUUID, bool(const std::string&));
|
|
|
| + MOCK_METHOD2(ProvidesServiceWithName,
|
| + void(const std::string&,
|
| + const ProvidesServiceCallback& callback));
|
| MOCK_METHOD3(SetOutOfBandPairingData,
|
| void(const chromeos::BluetoothOutOfBandPairingData& data,
|
| const base::Closure& callback,
|
|
|