| Index: device/bluetooth/test/mock_bluetooth_adapter.h
|
| diff --git a/device/bluetooth/test/mock_bluetooth_adapter.h b/device/bluetooth/test/mock_bluetooth_adapter.h
|
| index a59674097a8992d4a592e0f78e829fbcecc0f334..f0b9ed6c3447f6d113de6f6764f5456ffd0187c6 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_adapter.h
|
| +++ b/device/bluetooth/test/mock_bluetooth_adapter.h
|
| @@ -61,6 +61,7 @@ class MockBluetoothAdapter : public BluetoothAdapter {
|
| void(bool discoverable,
|
| const base::Closure& callback,
|
| const ErrorCallback& error_callback));
|
| + MOCK_CONST_METHOD0(GetDiscoverableTimeout, uint32_t());
|
| MOCK_CONST_METHOD0(IsDiscovering, bool());
|
| MOCK_METHOD2(StartDiscoverySession,
|
| void(const DiscoverySessionCallback& callback,
|
|
|