Chromium Code Reviews| Index: content/common/view_messages.h |
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
| index 0b36fdc07f98fe85a2da382ce9ddbf5846299963..79e62e63d8d81701b588f1e6fd26a57d1a82b0bc 100644 |
| --- a/content/common/view_messages.h |
| +++ b/content/common/view_messages.h |
| @@ -720,19 +720,10 @@ 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 */) |
|
henrika (OOO until Aug 14)
2013/01/29 10:46:49
input
DaleCurtis
2013/01/30 01:31:06
Done.
|
| // Asks the browser for CPU usage of the renderer process in percents. |