| Index: chrome/browser/chromeos/bluetooth/test/mock_bluetooth_device.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/bluetooth/test/mock_bluetooth_device.h (revision 157029)
|
| +++ chrome/browser/chromeos/bluetooth/test/mock_bluetooth_device.h (working copy)
|
| @@ -30,9 +30,6 @@
|
| 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,
|
|
|