| Index: device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.cc
|
| diff --git a/device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.cc b/device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.cc
|
| index 19f7c042c72b92a61f85f504068445c8652ff583..51e382006047768bca789981f58dd89e643a2d75 100644
|
| --- a/device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.cc
|
| +++ b/device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.cc
|
| @@ -113,9 +113,7 @@
|
| }
|
|
|
| void BluetoothGattCharacteristicServiceProviderImpl::SendValueChanged(
|
| - const dbus::ObjectPath& /* device_path */,
|
| - const std::vector<uint8_t>& value,
|
| - bool /* indicate */) {
|
| + const std::vector<uint8_t>& value) {
|
| // Running a test, don't actually try to write to use DBus.
|
| if (!bus_)
|
| return;
|
|
|