| Index: device/bluetooth/bluez/bluetooth_adapter_bluez.h
|
| diff --git a/device/bluetooth/bluez/bluetooth_adapter_bluez.h b/device/bluetooth/bluez/bluetooth_adapter_bluez.h
|
| index 304bfe6081838742e0a35fb545b14cb38805dcbf..07732c1645cf949e41f7eddcd8bc7d805b502a62 100644
|
| --- a/device/bluetooth/bluez/bluetooth_adapter_bluez.h
|
| +++ b/device/bluetooth/bluez/bluetooth_adapter_bluez.h
|
| @@ -386,6 +386,10 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterBlueZ
|
| // The profiles we have registered with the bluetooth daemon.
|
| std::map<device::BluetoothUUID, BluetoothAdapterProfileBlueZ*> profiles_;
|
|
|
| + // Profiles that have been released and are pending removal.
|
| + std::map<device::BluetoothUUID, BluetoothAdapterProfileBlueZ*>
|
| + released_profiles_;
|
| +
|
| // Queue of delegates waiting for a profile to register.
|
| std::map<device::BluetoothUUID, std::vector<RegisterProfileCompletionPair>*>
|
| profile_queues_;
|
|
|