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

Unified Diff: device/bluetooth/bluez/bluetooth_local_gatt_service_bluez.h

Issue 1947353002: //device/bluetooth support for attribute properties and permissions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@properties
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/bluez/bluetooth_local_gatt_service_bluez.h
diff --git a/device/bluetooth/bluez/bluetooth_local_gatt_service_bluez.h b/device/bluetooth/bluez/bluetooth_local_gatt_service_bluez.h
index 8b786845ec9003c3582a48560ef98bcb997c1bd6..a155c0f1a3751fea59dcb356113d60106d0bc6fa 100644
--- a/device/bluetooth/bluez/bluetooth_local_gatt_service_bluez.h
+++ b/device/bluetooth/bluez/bluetooth_local_gatt_service_bluez.h
@@ -34,13 +34,6 @@ class BluetoothLocalGattServiceBlueZ
: public BluetoothGattServiceBlueZ,
public device::BluetoothLocalGattService {
public:
- static base::WeakPtr<device::BluetoothLocalGattService> Create(
- device::BluetoothAdapter* adapter,
- const device::BluetoothUUID& uuid,
- bool is_primary,
- BluetoothLocalGattService* included_service,
- BluetoothLocalGattService::Delegate* delegate);
-
BluetoothLocalGattServiceBlueZ(
BluetoothAdapterBlueZ* adapter,
const device::BluetoothUUID& uuid,

Powered by Google App Engine
This is Rietveld 408576698