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

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

Issue 1984493002: Address property removals of GATT service and characteristic interfaces (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/bluetooth_gatt_service_client.cc
diff --git a/device/bluetooth/dbus/bluetooth_gatt_service_client.cc b/device/bluetooth/dbus/bluetooth_gatt_service_client.cc
index 469ef92b9dc274550c3f41024c612a5aca044866..bcc0fa8c6291c779d7ecaaf8607058cfde1d5bd0 100644
--- a/device/bluetooth/dbus/bluetooth_gatt_service_client.cc
+++ b/device/bluetooth/dbus/bluetooth_gatt_service_client.cc
@@ -23,8 +23,6 @@ BluetoothGattServiceClient::Properties::Properties(
RegisterProperty(bluetooth_gatt_service::kIncludesProperty, &includes);
RegisterProperty(bluetooth_gatt_service::kDeviceProperty, &device);
RegisterProperty(bluetooth_gatt_service::kPrimaryProperty, &primary);
- RegisterProperty(bluetooth_gatt_service::kCharacteristicsProperty,
- &characteristics);
}
BluetoothGattServiceClient::Properties::~Properties() {}

Powered by Google App Engine
This is Rietveld 408576698