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

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

Issue 2861533004: Implement chrome.bluetoothLowEnergy.resetAdvertising(). (Closed)
Patch Set: Implement chrome.bluetoothLowEnergy.resetAllAdvertisements(). Created 3 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.cc
diff --git a/device/bluetooth/test/mock_bluetooth_adapter.cc b/device/bluetooth/test/mock_bluetooth_adapter.cc
index d8eed43ac141e17854993b619ccc5bce1edf45af..030c69de98f02f8825f92bc18693c33d72770ed5 100644
--- a/device/bluetooth/test/mock_bluetooth_adapter.cc
+++ b/device/bluetooth/test/mock_bluetooth_adapter.cc
@@ -108,6 +108,9 @@ void MockBluetoothAdapter::SetAdvertisingInterval(
const base::TimeDelta& max,
const base::Closure& callback,
const AdvertisementErrorCallback& error_callback) {}
+void MockBluetoothAdapter::ResetAdvertising(
+ const base::Closure& callback,
+ const AdvertisementErrorCallback& error_callback) {}
#endif
} // namespace device

Powered by Google App Engine
This is Rietveld 408576698