| Index: content/common/media/audio_messages.h
|
| diff --git a/content/common/media/audio_messages.h b/content/common/media/audio_messages.h
|
| index 7731dd6448ac20b036d173c155d27012098bc649..f870053c6fdcc60677440ef2f4b7c1cf769ade27 100644
|
| --- a/content/common/media/audio_messages.h
|
| +++ b/content/common/media/audio_messages.h
|
| @@ -49,10 +49,11 @@ IPC_STRUCT_END()
|
| // Tell the renderer process that an audio output device has been authorized
|
| // for a given stream. The renderer is given the output parameters for the
|
| // authorized device.
|
| -IPC_MESSAGE_CONTROL3(AudioMsg_NotifyDeviceAuthorized,
|
| +IPC_MESSAGE_CONTROL4(AudioMsg_NotifyDeviceAuthorized,
|
| int /* stream id */,
|
| media::OutputDeviceStatus /* device_status */,
|
| - media::AudioParameters /* output parameters */)
|
| + media::AudioParameters /* output parameters */,
|
| + std::string /* matched_device_id */)
|
|
|
| // Tell the renderer process that an audio stream has been created.
|
| // The renderer process is given a shared memory handle for the audio data
|
|
|