Index: device/bluetooth/bluetooth_adapter_chromeos.h |
diff --git a/device/bluetooth/bluetooth_adapter_chromeos.h b/device/bluetooth/bluetooth_adapter_chromeos.h |
index 5ee633f53601ce9d06fd760b4e52a3d6b1582962..80df206b3e75c345f4176ebd5e5a2954dc61629e 100644 |
--- a/device/bluetooth/bluetooth_adapter_chromeos.h |
+++ b/device/bluetooth/bluetooth_adapter_chromeos.h |
@@ -182,6 +182,12 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterChromeOS |
void OnRequestDefaultAgentError(const std::string& error_name, |
const std::string& error_message); |
+ // Called by BluetoothAudioSinkChromeOS on completion of registering an audio |
+ // sink. |
+ void OnRegisterAudioSink( |
+ const device::BluetoothAdapter::AcquiredCallback& callback, |
+ scoped_refptr<device::BluetoothAudioSink> audio_sink); |
+ |
// Internal method to obtain a BluetoothPairingChromeOS object for the device |
// with path |object_path|. Returns the existing pairing object if the device |
// already has one (usually an outgoing connection in progress) or a new |