| Index: device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_client.cc
|
| diff --git a/device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_client.cc b/device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_client.cc
|
| index 40f68fad1d7ac57dbef8f4100b736f36fccc089f..97a6cf654c0ec13f8cf4166f74b6edb404de4df0 100644
|
| --- a/device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_client.cc
|
| +++ b/device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_client.cc
|
| @@ -387,11 +387,6 @@ void FakeBluetoothGattCharacteristicClient::ExposeHeartRateCharacteristics(
|
| kClientCharacteristicConfigurationUUID));
|
| DCHECK(ccc_path.IsValid());
|
| heart_rate_measurement_ccc_desc_path_ = ccc_path.value();
|
| -
|
| - std::vector<dbus::ObjectPath> desc_paths;
|
| - desc_paths.push_back(ccc_path);
|
| -
|
| - heart_rate_measurement_properties_->descriptors.ReplaceValue(desc_paths);
|
| }
|
|
|
| void FakeBluetoothGattCharacteristicClient::HideHeartRateCharacteristics() {
|
|
|