| Index: device/bluetooth/bluetooth_adapter_android.cc
|
| diff --git a/device/bluetooth/bluetooth_adapter_android.cc b/device/bluetooth/bluetooth_adapter_android.cc
|
| index fa4c246482650dc737604f52d1d010f01a78f486..b4ab2ac43aff7954a45d0f7077ccc35d7b377c5a 100644
|
| --- a/device/bluetooth/bluetooth_adapter_android.cc
|
| +++ b/device/bluetooth/bluetooth_adapter_android.cc
|
| @@ -147,13 +147,6 @@ void BluetoothAdapterAndroid::CreateL2capService(
|
| error_callback.Run("Not Implemented");
|
| }
|
|
|
| -void BluetoothAdapterAndroid::RegisterAudioSink(
|
| - const BluetoothAudioSink::Options& options,
|
| - const AcquiredCallback& callback,
|
| - const BluetoothAudioSink::ErrorCallback& error_callback) {
|
| - error_callback.Run(BluetoothAudioSink::ERROR_UNSUPPORTED_PLATFORM);
|
| -}
|
| -
|
| void BluetoothAdapterAndroid::RegisterAdvertisement(
|
| std::unique_ptr<BluetoothAdvertisement::Data> advertisement_data,
|
| const CreateAdvertisementCallback& callback,
|
|
|