Index: content/common/view_messages.h |
=================================================================== |
--- content/common/view_messages.h (revision 106687) |
+++ content/common/view_messages.h (working copy) |
@@ -685,6 +685,10 @@ |
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 */) |