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

Unified Diff: device/bluetooth/dbus/fake_bluetooth_gatt_application_service_provider.cc

Issue 1974633002: Implement DBus changes needed for notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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_gatt_application_service_provider.cc
diff --git a/device/bluetooth/dbus/fake_bluetooth_gatt_application_service_provider.cc b/device/bluetooth/dbus/fake_bluetooth_gatt_application_service_provider.cc
index ea65bdbdc1a40bdfb06bc680c9e98345c1e7bcf3..a76516c7981c3b2c8a08933ee786bef1b34354cd 100644
--- a/device/bluetooth/dbus/fake_bluetooth_gatt_application_service_provider.cc
+++ b/device/bluetooth/dbus/fake_bluetooth_gatt_application_service_provider.cc
@@ -26,8 +26,7 @@ FakeBluetoothGattApplicationServiceProvider::
fake_bluetooth_gatt_manager_client->RegisterApplicationServiceProvider(this);
BluetoothGattApplicationServiceProvider::CreateAttributeServiceProviders(
- nullptr, services, &service_providers_, &characteristic_providers_,
- &descriptor_providers_);
+ nullptr, services);
}
FakeBluetoothGattApplicationServiceProvider::

Powered by Google App Engine
This is Rietveld 408576698