| Index: device/bluetooth/bluetooth_adapter_win.cc
|
| diff --git a/device/bluetooth/bluetooth_adapter_win.cc b/device/bluetooth/bluetooth_adapter_win.cc
|
| index 4f4978826e73dd26404b8c0f4300010022937db7..2f32bd06b0d8cbf3bd5669a30e2d94c036a1bf47 100644
|
| --- a/device/bluetooth/bluetooth_adapter_win.cc
|
| +++ b/device/bluetooth/bluetooth_adapter_win.cc
|
| @@ -182,6 +182,14 @@ void BluetoothAdapterWin::RegisterAudioSink(
|
| error_callback.Run(BluetoothAudioSink::ERROR_UNSUPPORTED_PLATFORM);
|
| }
|
|
|
| +void BluetoothAdapterWin::RegisterAdvertisement(
|
| + scoped_ptr<BluetoothAdvertisement::Data> advertisement_data,
|
| + const CreateAdvertisementCallback& callback,
|
| + const CreateAdvertisementErrorCallback& error_callback) {
|
| + NOTIMPLEMENTED();
|
| + error_callback.Run(BluetoothAdvertisement::ERROR_UNSUPPORTED_PLATFORM);
|
| +}
|
| +
|
| void BluetoothAdapterWin::RemovePairingDelegateInternal(
|
| BluetoothDevice::PairingDelegate* pairing_delegate) {
|
| }
|
|
|