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

Unified Diff: device/bluetooth/dbus/bluetooth_gatt_descriptor_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_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;

Powered by Google App Engine
This is Rietveld 408576698