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