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

Unified Diff: device/bluetooth/bluez/bluetooth_gatt_descriptor_bluez.cc

Issue 1920693002: Complete //device/bt implementation for hosting local GATT attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/bluez/bluetooth_gatt_descriptor_bluez.cc
diff --git a/device/bluetooth/bluez/bluetooth_gatt_descriptor_bluez.cc b/device/bluetooth/bluez/bluetooth_gatt_descriptor_bluez.cc
index c1b909a4d16384c08680f6701122b743ae734957..ac113186615393cbb025ff0ffd3f69d63488cbd6 100644
--- a/device/bluetooth/bluez/bluetooth_gatt_descriptor_bluez.cc
+++ b/device/bluetooth/bluez/bluetooth_gatt_descriptor_bluez.cc
@@ -8,9 +8,7 @@
namespace bluez {
-BluetoothGattDescriptorBlueZ::BluetoothGattDescriptorBlueZ(
- const dbus::ObjectPath& object_path)
- : object_path_(object_path) {}
+BluetoothGattDescriptorBlueZ::BluetoothGattDescriptorBlueZ() {}
BluetoothGattDescriptorBlueZ::~BluetoothGattDescriptorBlueZ() {}

Powered by Google App Engine
This is Rietveld 408576698