| Index: device/bluetooth/bluetooth_adapter_android.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_android.h b/device/bluetooth/bluetooth_adapter_android.h
|
| index c56914888a76c103184bb82e683116ed7a808146..3b933afa291ae0d72833528f5f8b8015066a0439 100644
|
| --- a/device/bluetooth/bluetooth_adapter_android.h
|
| +++ b/device/bluetooth/bluetooth_adapter_android.h
|
| @@ -128,6 +128,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_;
|
|
|
|
|