| Index: content/common/view_messages.h
|
| ===================================================================
|
| --- content/common/view_messages.h (revision 109200)
|
| +++ content/common/view_messages.h (working copy)
|
| @@ -682,6 +682,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,
|
| double /* sample_rate */)
|
|
|