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

Unified Diff: device/bluetooth/bluetooth_socket_thread.h

Issue 276573004: Bluetooth: Implement new socket API for Chrome OS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix DCHECK nits Created 6 years, 7 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 | « device/bluetooth/bluetooth_socket_chromeos_unittest.cc ('k') | device/bluetooth/bluetooth_socket_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_socket_thread.h
diff --git a/device/bluetooth/bluetooth_socket_thread.h b/device/bluetooth/bluetooth_socket_thread.h
index 7be6b3ae5f0c218f0fb4a435e0533f1930eec137..02de82043512d032df2b0b22d78948b0419bf0cd 100644
--- a/device/bluetooth/bluetooth_socket_thread.h
+++ b/device/bluetooth/bluetooth_socket_thread.h
@@ -23,6 +23,8 @@ class BluetoothSocketThread
: public base::RefCountedThreadSafe<BluetoothSocketThread> {
public:
static scoped_refptr<BluetoothSocketThread> Get();
+ static void CleanupForTesting();
+
void OnSocketActivate();
void OnSocketDeactivate();
« no previous file with comments | « device/bluetooth/bluetooth_socket_chromeos_unittest.cc ('k') | device/bluetooth/bluetooth_socket_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698