Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Unified Diff: device/bluetooth/bluetooth_adapter_win.h

Issue 236203018: win: Implement Bluetooth server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for #3 Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | device/bluetooth/bluetooth_profile.cc » ('j') | device/bluetooth/bluetooth_profile_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « no previous file | device/bluetooth/bluetooth_profile.cc » ('j') | device/bluetooth/bluetooth_profile_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698