| Index: device/bluetooth/dbus/fake_bluetooth_gatt_service_client.cc
|
| diff --git a/device/bluetooth/dbus/fake_bluetooth_gatt_service_client.cc b/device/bluetooth/dbus/fake_bluetooth_gatt_service_client.cc
|
| index 2e7aa0a87210ffa70b1e556e4a71438c20db2d46..2d26b70f321d12ee422920c20281d0c631cc36b3 100644
|
| --- a/device/bluetooth/dbus/fake_bluetooth_gatt_service_client.cc
|
| +++ b/device/bluetooth/dbus/fake_bluetooth_gatt_service_client.cc
|
| @@ -177,13 +177,6 @@ void FakeBluetoothGattServiceClient::ExposeHeartRateCharacteristics() {
|
| ->GetBluetoothGattCharacteristicClient());
|
| char_client->ExposeHeartRateCharacteristics(
|
| dbus::ObjectPath(heart_rate_service_path_));
|
| -
|
| - std::vector<dbus::ObjectPath> char_paths;
|
| - char_paths.push_back(char_client->GetHeartRateMeasurementPath());
|
| - char_paths.push_back(char_client->GetBodySensorLocationPath());
|
| - char_paths.push_back(char_client->GetHeartRateControlPointPath());
|
| -
|
| - heart_rate_service_properties_->characteristics.ReplaceValue(char_paths);
|
| }
|
|
|
| } // namespace bluez
|
|
|