| Index: media/audio/audio_output_ipc.h
|
| diff --git a/media/audio/audio_output_ipc.h b/media/audio/audio_output_ipc.h
|
| index 607fbfecf7d4418223641fe9778f5e9829b28a6a..66e4c26816e83609e0fde862e607e100065ae6b0 100644
|
| --- a/media/audio/audio_output_ipc.h
|
| +++ b/media/audio/audio_output_ipc.h
|
| @@ -36,9 +36,9 @@ class MEDIA_EXPORT AudioOutputIPCDelegate {
|
|
|
| // Called when an authorization request for an output device has been
|
| // completed
|
| - virtual void OnDeviceAuthorized(
|
| - OutputDeviceStatus device_status,
|
| - const media::AudioParameters& output_params) = 0;
|
| + virtual void OnDeviceAuthorized(OutputDeviceStatus device_status,
|
| + const media::AudioParameters& output_params,
|
| + const std::string& matched_device_id) = 0;
|
|
|
| // Called when an audio stream has been created.
|
| // The shared memory |handle| points to a memory section that's used to
|
|
|