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

Unified Diff: device/bluetooth/dbus/bluetooth_gatt_characteristic_client.h

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_characteristic_client.h
diff --git a/device/bluetooth/dbus/bluetooth_gatt_characteristic_client.h b/device/bluetooth/dbus/bluetooth_gatt_characteristic_client.h
index fe0a9f7fffc0cdd58a58c13ff82479483717ab04..85851c3628f0ffeea9ddfb44bd8b228c9e39d11e 100644
--- a/device/bluetooth/dbus/bluetooth_gatt_characteristic_client.h
+++ b/device/bluetooth/dbus/bluetooth_gatt_characteristic_client.h
@@ -47,10 +47,6 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothGattCharacteristicClient
// descriptor bit field. [read-only, optional]
dbus::Property<std::vector<std::string>> flags;
- // Array of object paths representing the descriptors of this
- // characteristic. [read-only]
- dbus::Property<std::vector<dbus::ObjectPath>> descriptors;
-
Properties(dbus::ObjectProxy* object_proxy,
const std::string& interface_name,
const PropertyChangedCallback& callback);

Powered by Google App Engine
This is Rietveld 408576698