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

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

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.h
diff --git a/device/bluetooth/dbus/bluetooth_gatt_service_service_provider_impl.h b/device/bluetooth/dbus/bluetooth_gatt_service_service_provider_impl.h
index 052b47afcdf64ffa8fe01387d3c3f3a35783cfa7..3658924206ee4feb0aecc649f9c911a1e3efd4e5 100644
--- a/device/bluetooth/dbus/bluetooth_gatt_service_service_provider_impl.h
+++ b/device/bluetooth/dbus/bluetooth_gatt_service_service_provider_impl.h
@@ -25,6 +25,7 @@ namespace bluez {
class DEVICE_BLUETOOTH_EXPORT BluetoothGattServiceServiceProviderImpl
: public BluetoothGattServiceServiceProvider {
public:
+ // Use nullptr for |bus| to create for testing.
BluetoothGattServiceServiceProviderImpl(
dbus::Bus* bus,
const dbus::ObjectPath& object_path,

Powered by Google App Engine
This is Rietveld 408576698