| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 0b36fdc07f98fe85a2da382ce9ddbf5846299963..67324dc8ae33713968a8c966f7081d5ecb6b62c5 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -719,20 +719,10 @@ IPC_MESSAGE_ROUTED2(ViewMsg_SetHistoryLengthAndPrune,
|
| IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GenerateRoutingID,
|
| int /* routing_id */)
|
|
|
| -// Asks the browser for the default audio hardware buffer-size.
|
| -IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GetHardwareBufferSize,
|
| - uint32 /* buffer_size */)
|
| -
|
| -// Asks the browser for the default audio input hardware sample-rate.
|
| -IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GetHardwareInputSampleRate,
|
| - int /* sample_rate */)
|
| -
|
| -// Asks the browser for the default audio hardware sample-rate.
|
| -IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GetHardwareSampleRate,
|
| - int /* sample_rate */)
|
| -
|
| -// Asks the browser for the default channel layout.
|
| -IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GetHardwareInputChannelLayout,
|
| +IPC_SYNC_MESSAGE_CONTROL0_4(ViewHostMsg_GetAudioHardwareConfig,
|
| + int /* output_buffer_size */,
|
| + int /* output_sample_rate */,
|
| + int /* input_sample_rate */,
|
| media::ChannelLayout /* channel layout */)
|
|
|
| // Asks the browser for CPU usage of the renderer process in percents.
|
|
|