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..d610edf314335bc4c85992c63c9c5ecb3be65d02 100644 |
--- a/device/bluetooth/bluetooth_adapter_win.h |
+++ b/device/bluetooth/bluetooth_adapter_win.h |
@@ -72,6 +72,13 @@ class BluetoothAdapterWin : public BluetoothAdapter, |
const ScopedVector<BluetoothTaskManagerWin::DeviceState>& devices) |
OVERRIDE; |
+ const scoped_refptr<base::SequencedTaskRunner>& ui_task_runner() const { |
+ return ui_task_runner_; |
+ } |
+ const scoped_refptr<BluetoothSocketThreadWin>& socket_thread() const { |
+ return socket_thread_; |
+ } |
+ |
protected: |
// BluetoothAdapter override |
virtual void RemovePairingDelegateInternal( |