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

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

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.h
diff --git a/device/bluetooth/test/mock_bluetooth_adapter.h b/device/bluetooth/test/mock_bluetooth_adapter.h
index 6fa8644e0ff5f93a2696fbbf52a43b1e867c2fb3..fe58faf520c15cff7c46bf722b93be72bea08b49 100644
--- a/device/bluetooth/test/mock_bluetooth_adapter.h
+++ b/device/bluetooth/test/mock_bluetooth_adapter.h
@@ -141,6 +141,9 @@ class MockBluetoothAdapter : 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
virtual ~MockBluetoothAdapter();

Powered by Google App Engine
This is Rietveld 408576698