| Index: device/bluetooth/dbus/bluetooth_gatt_service_service_provider_impl.cc
|
| diff --git a/device/bluetooth/dbus/bluetooth_gatt_service_service_provider_impl.cc b/device/bluetooth/dbus/bluetooth_gatt_service_service_provider_impl.cc
|
| index 0937aba1da9572dd1467d545cf967927ab6e224a..210dfc27fbc071109e7a9db821d7c1d2a04c1d6d 100644
|
| --- a/device/bluetooth/dbus/bluetooth_gatt_service_service_provider_impl.cc
|
| +++ b/device/bluetooth/dbus/bluetooth_gatt_service_service_provider_impl.cc
|
| @@ -34,9 +34,6 @@ BluetoothGattServiceServiceProviderImpl::
|
| weak_ptr_factory_(this) {
|
| VLOG(1) << "Creating Bluetooth GATT service: " << 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;
|
|
|
|
|