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

Unified Diff: device/bluetooth/dbus/fake_bluetooth_gatt_application_service_provider.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/fake_bluetooth_gatt_application_service_provider.h
diff --git a/device/bluetooth/dbus/fake_bluetooth_gatt_application_service_provider.h b/device/bluetooth/dbus/fake_bluetooth_gatt_application_service_provider.h
index 4154c8b9766ca63b44a803f5c2ce7570c67f5942..e6d3437e7ac96a3169bdd9e84f12cd4781e1da6d 100644
--- a/device/bluetooth/dbus/fake_bluetooth_gatt_application_service_provider.h
+++ b/device/bluetooth/dbus/fake_bluetooth_gatt_application_service_provider.h
@@ -41,17 +41,6 @@ class DEVICE_BLUETOOTH_EXPORT FakeBluetoothGattApplicationServiceProvider
// D-Bus object path of the fake GATT service.
dbus::ObjectPath object_path_;
- // List of GATT Service service providers managed by this object manager.
- std::vector<std::unique_ptr<BluetoothGattServiceServiceProvider>>
- service_providers_;
- // List of GATT Characteristic service providers managed by this object
- // manager.
- std::vector<std::unique_ptr<BluetoothGattCharacteristicServiceProvider>>
- characteristic_providers_;
- // List of GATT Descriptor service providers managed by this object manager.
- std::vector<std::unique_ptr<BluetoothGattDescriptorServiceProvider>>
- descriptor_providers_;
-
DISALLOW_COPY_AND_ASSIGN(FakeBluetoothGattApplicationServiceProvider);
};

Powered by Google App Engine
This is Rietveld 408576698