| Index: chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h
|
| diff --git a/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h b/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h
|
| index 2335a81993720253b78fde81e5dd3aae86a7bd28..fc002b3fe13bc5108d89ad373e07b890c925664e 100644
|
| --- a/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h
|
| +++ b/chrome/browser/chromeos/bluetooth/test/mock_bluetooth_adapter.h
|
| @@ -21,6 +21,8 @@ class MockBluetoothAdapter : public BluetoothAdapter {
|
|
|
| MOCK_CONST_METHOD0(IsPresent, bool());
|
| MOCK_CONST_METHOD0(IsPowered, bool());
|
| + MOCK_CONST_METHOD0(address, const std::string&());
|
| + MOCK_CONST_METHOD0(name, const std::string&());
|
| MOCK_CONST_METHOD0(IsDiscovering, bool());
|
| MOCK_METHOD3(SetDiscovering,
|
| void(bool discovering,
|
|
|