diff options
Diffstat (limited to 'content/common')
-rw-r--r-- | content/common/view_messages.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h index 2e06adc..03fa43c 100644 --- a/content/common/view_messages.h +++ b/content/common/view_messages.h @@ -686,6 +686,10 @@ IPC_MESSAGE_ROUTED1(ViewMsg_SetCSSColors, IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GenerateRoutingID, int /* routing_id */) +// Asks the browser for the default audio input hardware sample-rate. +IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GetHardwareInputSampleRate, + double /* sample_rate */) + // Asks the browser for the default audio hardware sample-rate. IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GetHardwareSampleRate, double /* sample_rate */) |