Chromium Code Reviews| Index: content/common/view_messages.h |
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
| index 576a2aede98b957a8b263d8846d1ed65e97f3907..127ae3d3e6760883c9ddb92cd751257827d98b3d 100644 |
| --- a/content/common/view_messages.h |
| +++ b/content/common/view_messages.h |
| @@ -692,6 +692,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_GetHardwareInputChannels, |
|
tommi (sloooow) - chröme
2012/01/17 12:01:08
change to ViewHostMsg_GetHardwareInputChannelCount
henrika (OOO until Aug 14)
2012/01/17 12:54:59
Done.
|
| + size_t /* 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 */) |