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

Unified Diff: trunk/src/device/bluetooth/bluetooth_adapter_win.h

Issue 227493006: Revert 262175 "* Replace "read" method with onReceiveXxx events." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 | « trunk/src/device/bluetooth/bluetooth_adapter.h ('k') | trunk/src/device/bluetooth/bluetooth_adapter_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/device/bluetooth/bluetooth_adapter_win.h
===================================================================
--- trunk/src/device/bluetooth/bluetooth_adapter_win.h (revision 262179)
+++ trunk/src/device/bluetooth/bluetooth_adapter_win.h (working copy)
@@ -18,8 +18,9 @@
#include "device/bluetooth/bluetooth_task_manager_win.h"
namespace base {
+
class SequencedTaskRunner;
-class Thread;
+
} // namespace base
namespace device {
@@ -27,7 +28,6 @@
class BluetoothAdapterFactory;
class BluetoothAdapterWinTest;
class BluetoothDevice;
-class BluetoothSocketThreadWin;
class BluetoothAdapterWin : public BluetoothAdapter,
public BluetoothTaskManagerWin::Observer {
@@ -121,7 +121,6 @@
size_t num_discovery_listeners_;
scoped_refptr<base::SequencedTaskRunner> ui_task_runner_;
- scoped_refptr<BluetoothSocketThreadWin> socket_thread_;
scoped_refptr<BluetoothTaskManagerWin> task_manager_;
base::ThreadChecker thread_checker_;
« no previous file with comments | « trunk/src/device/bluetooth/bluetooth_adapter.h ('k') | trunk/src/device/bluetooth/bluetooth_adapter_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698