| Index: content/common/media/audio_messages.h
|
| diff --git a/content/common/media/audio_messages.h b/content/common/media/audio_messages.h
|
| index fd16fbca8dc6067813eac835111738041f9ff472..1047fd70ecbf5de8382e0db2f3f71fa67bf45d0c 100644
|
| --- a/content/common/media/audio_messages.h
|
| +++ b/content/common/media/audio_messages.h
|
| @@ -85,13 +85,15 @@ IPC_MESSAGE_CONTROL2(AudioInputMsg_NotifyDeviceStarted,
|
| // Messages sent from the renderer to the browser.
|
|
|
| // Request that got sent to browser for creating an audio output stream
|
| -IPC_MESSAGE_CONTROL3(AudioHostMsg_CreateStream,
|
| +IPC_MESSAGE_CONTROL4(AudioHostMsg_CreateStream,
|
| + int /* render_view_id */,
|
| int /* stream_id */,
|
| media::AudioParameters, /* params */
|
| int /* input_channels */)
|
|
|
| // Request that got sent to browser for creating an audio input stream
|
| -IPC_MESSAGE_CONTROL4(AudioInputHostMsg_CreateStream,
|
| +IPC_MESSAGE_CONTROL5(AudioInputHostMsg_CreateStream,
|
| + int /* render_view_id */,
|
| int /* stream_id */,
|
| media::AudioParameters /* params */,
|
| std::string /* device_id */,
|
|
|