Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index cf5b4a85ad46fd36c36c2201848d74a569a2b8ce..d21f4cee77d86b41b1594c9f5177bfe7b5d3ecd0 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -697,6 +697,10 @@ IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GetHardwareInputSampleRate, |
IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GetHardwareSampleRate, |
double /* sample_rate */) |
+// Asks the browser for the default number of audio input channels. |
+IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GetHardwareInputChannelCount, |
+ uint32 /* channels */) |
+ |
// Asks the browser for CPU usage of the renderer process in percents. |
IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GetCPUUsage, |
int /* CPU usage in percents */) |