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

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: 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
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();

Powered by Google App Engine
This is Rietveld 408576698