Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2657)

Unified Diff: device/bluetooth/test/mock_bluetooth_adapter.h

Issue 2098653002: device/bluetooth/bluez: add discoverable timeout adapter property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« device/bluetooth/bluetooth_adapter.h ('K') | « device/bluetooth/bluez/bluetooth_adapter_bluez.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698