| Index: device/bluetooth/bluetooth_socket_win.h
|
| diff --git a/device/bluetooth/bluetooth_socket_win.h b/device/bluetooth/bluetooth_socket_win.h
|
| index 59fec089b166c705a6ee4dc9a9c9f0ae1ab55228..c5926b1d3d773a052c82815c23733b6910072a0e 100644
|
| --- a/device/bluetooth/bluetooth_socket_win.h
|
| +++ b/device/bluetooth/bluetooth_socket_win.h
|
| @@ -29,9 +29,7 @@ class BluetoothSocketWin : public BluetoothSocketNet {
|
| public:
|
| static scoped_refptr<BluetoothSocketWin> CreateBluetoothSocket(
|
| scoped_refptr<base::SequencedTaskRunner> ui_task_runner,
|
| - scoped_refptr<BluetoothSocketThread> socket_thread,
|
| - net::NetLog* net_log,
|
| - const net::NetLog::Source& source);
|
| + scoped_refptr<BluetoothSocketThread> socket_thread);
|
|
|
| // Connect to the peer device and calls |success_callback| when the
|
| // connection has been established successfully. If an error occurs, calls
|
| @@ -66,10 +64,7 @@ class BluetoothSocketWin : public BluetoothSocketNet {
|
| struct ServiceRegData;
|
|
|
| BluetoothSocketWin(scoped_refptr<base::SequencedTaskRunner> ui_task_runner,
|
| - scoped_refptr<BluetoothSocketThread> socket_thread,
|
| - net::NetLog* net_log,
|
| - const net::NetLog::Source& source);
|
| -
|
| + scoped_refptr<BluetoothSocketThread> socket_thread);
|
|
|
| void DoConnect(const base::Closure& success_callback,
|
| const ErrorCompletionCallback& error_callback);
|
|
|