| Index: device/bluetooth/dbus/bluetooth_gatt_descriptor_service_provider_impl.cc
|
| diff --git a/device/bluetooth/dbus/bluetooth_gatt_descriptor_service_provider_impl.cc b/device/bluetooth/dbus/bluetooth_gatt_descriptor_service_provider_impl.cc
|
| index 1c395d93b544ba4e806089ada17fbc378b71eec4..f2b3de4b17778ff6ca811de33db303b272f6665c 100644
|
| --- a/device/bluetooth/dbus/bluetooth_gatt_descriptor_service_provider_impl.cc
|
| +++ b/device/bluetooth/dbus/bluetooth_gatt_descriptor_service_provider_impl.cc
|
| @@ -41,9 +41,6 @@ BluetoothGattDescriptorServiceProviderImpl::
|
| weak_ptr_factory_(this) {
|
| VLOG(1) << "Created Bluetooth GATT characteristic descriptor: "
|
| << object_path.value() << " UUID: " << uuid;
|
| -
|
| - // If we have a null bus, this means that this is being initialized for a
|
| - // test, hence we shouldn't do any other setup.
|
| if (!bus_)
|
| return;
|
|
|
|
|