| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index d07665a1c2bfcfb3d44a20668d559db3bc4fed88..0a3a9e87cdfc2518111327f3084a7a0c9cae0a49 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -1828,9 +1828,10 @@ IPC_BEGIN_MESSAGES(ViewHost)
|
| std::string /* proxy list */)
|
|
|
| // Request that got sent to browser for creating an audio output stream
|
| - IPC_MESSAGE_ROUTED2(ViewHostMsg_CreateAudioStream,
|
| + IPC_MESSAGE_ROUTED3(ViewHostMsg_CreateAudioStream,
|
| int /* stream_id */,
|
| - ViewHostMsg_Audio_CreateStream_Params)
|
| + ViewHostMsg_Audio_CreateStream_Params,
|
| + bool /* low-latency */)
|
|
|
| // Tell the browser the audio buffer prepared for stream
|
| // (render_view_id, stream_id) is filled and is ready to be consumed.
|
|
|