| Index: device/bluetooth/dbus/bluetooth_gatt_service_client.h
|
| diff --git a/device/bluetooth/dbus/bluetooth_gatt_service_client.h b/device/bluetooth/dbus/bluetooth_gatt_service_client.h
|
| index 641f505f7e420e9fd723370e986f3caef3730507..f0dd162467a583e9896d4d9ac24d8e96dae63ca1 100644
|
| --- a/device/bluetooth/dbus/bluetooth_gatt_service_client.h
|
| +++ b/device/bluetooth/dbus/bluetooth_gatt_service_client.h
|
| @@ -32,10 +32,6 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothGattServiceClient
|
| // Whether or not this service is a primary service.
|
| dbus::Property<bool> primary;
|
|
|
| - // Array of object paths representing the characteristics of this service.
|
| - // [read-only]
|
| - dbus::Property<std::vector<dbus::ObjectPath>> characteristics;
|
| -
|
| // Array of object paths representing the included services of this service.
|
| // [read-only]
|
| dbus::Property<std::vector<dbus::ObjectPath>> includes;
|
|
|