Chromium Code Reviews| Index: device/bluetooth/bluetooth_adapter_win.h |
| diff --git a/device/bluetooth/bluetooth_adapter_win.h b/device/bluetooth/bluetooth_adapter_win.h |
| index 2c12fda7eac95bf7cda10e824bfa6cc9359baf2c..53cad98adffda4e20572f5fe4a28fbbe6b4a9d10 100644 |
| --- a/device/bluetooth/bluetooth_adapter_win.h |
| +++ b/device/bluetooth/bluetooth_adapter_win.h |
| @@ -72,6 +72,9 @@ class BluetoothAdapterWin : public BluetoothAdapter, |
| const ScopedVector<BluetoothTaskManagerWin::DeviceState>& devices) |
| OVERRIDE; |
| + scoped_refptr<base::SequencedTaskRunner> ui_task_runner(); |
| + scoped_refptr<BluetoothSocketThreadWin> socket_thread(); |
|
rpaquay
2014/04/24 20:08:32
Sorry I didn't notice this earlier, but I think yo
xiyuan
2014/04/24 20:57:04
Done.
|
| + |
| protected: |
| // BluetoothAdapter override |
| virtual void RemovePairingDelegateInternal( |