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

Unified Diff: device/bluetooth/dbus/fake_bluetooth_le_advertising_manager_client.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/dbus/fake_bluetooth_le_advertising_manager_client.h
diff --git a/device/bluetooth/dbus/fake_bluetooth_le_advertising_manager_client.h b/device/bluetooth/dbus/fake_bluetooth_le_advertising_manager_client.h
index ee5431160f54964ba8fe31b70cf994611f2ffc4a..eeb1f0f76b449e00acf5f183f8a4f616e224dae4 100644
--- a/device/bluetooth/dbus/fake_bluetooth_le_advertising_manager_client.h
+++ b/device/bluetooth/dbus/fake_bluetooth_le_advertising_manager_client.h
@@ -53,6 +53,10 @@ class DEVICE_BLUETOOTH_EXPORT FakeBluetoothLEAdvertisingManagerClient
const base::Closure& callback,
const ErrorCallback& error_callback) override;
+ void ResetAdvertising(const dbus::ObjectPath& manager_object_path,
+ const base::Closure& callback,
+ const ErrorCallback& error_callback) override;
+
// Register, unregister and retrieve pointers to profile server providers.
void RegisterAdvertisementServiceProvider(
FakeBluetoothLEAdvertisementServiceProvider* service_provider);

Powered by Google App Engine
This is Rietveld 408576698