| Index: device/bluetooth/bluetooth_socket_mac.mm
|
| diff --git a/device/bluetooth/bluetooth_socket_mac.mm b/device/bluetooth/bluetooth_socket_mac.mm
|
| index cdbc8dd4c69f3793e542c6491ca573f212b9ab1f..d258f0e586a7be9d018bb664d31c1910407803ef 100644
|
| --- a/device/bluetooth/bluetooth_socket_mac.mm
|
| +++ b/device/bluetooth/bluetooth_socket_mac.mm
|
| @@ -408,4 +408,10 @@ void BluetoothSocketMac::OnChannelClosed(
|
| ReleaseChannel();
|
| }
|
|
|
| +void BluetoothSocketMac::Accept(
|
| + const AcceptCompletionCallback& success_callback,
|
| + const ErrorCompletionCallback& error_callback) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| } // namespace device
|
|
|