Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2807)

Unified Diff: device/bluetooth/dbus/bluetooth_gatt_service_service_provider_impl.cc

Issue 1974633002: Implement DBus changes needed for notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698