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

Unified Diff: device/bluetooth/bluetooth_adapter_unittest.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/bluetooth_adapter_unittest.cc
diff --git a/device/bluetooth/bluetooth_adapter_unittest.cc b/device/bluetooth/bluetooth_adapter_unittest.cc
index 264cc4c2e2147ebdb48cdd62d5688a126836db80..02c503aaed0d4c2c078c0917c4515ad93f9856a5 100644
--- a/device/bluetooth/bluetooth_adapter_unittest.cc
+++ b/device/bluetooth/bluetooth_adapter_unittest.cc
@@ -106,6 +106,9 @@ class TestBluetoothAdapter : public BluetoothAdapter {
const base::TimeDelta& max,
const base::Closure& callback,
const AdvertisementErrorCallback& error_callback) override {}
+ void ResetAdvertising(
+ const base::Closure& callback,
+ const AdvertisementErrorCallback& error_callback) override {}
#endif
BluetoothLocalGattService* GetGattService(

Powered by Google App Engine
This is Rietveld 408576698