| Index: device/bluetooth/bluetooth_adapter_android.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_android.h b/device/bluetooth/bluetooth_adapter_android.h
|
| index c5ee32e57d057a7d2d5e14fc3c8d15d457c34965..7a2dfc9893314ba3bf98248581f0df1ea1eebeae 100644
|
| --- a/device/bluetooth/bluetooth_adapter_android.h
|
| +++ b/device/bluetooth/bluetooth_adapter_android.h
|
| @@ -126,6 +126,10 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterAndroid final
|
| void RemovePairingDelegateInternal(
|
| BluetoothDevice::PairingDelegate* pairing_delegate) override;
|
|
|
| + void PurgeTimedOutDevices();
|
| +
|
| + scoped_refptr<base::SequencedTaskRunner> ui_task_runner_;
|
| +
|
| // Java object org.chromium.device.bluetooth.ChromeBluetoothAdapter.
|
| base::android::ScopedJavaGlobalRef<jobject> j_adapter_;
|
|
|
|
|