Index: content/browser/renderer_host/render_message_filter.h |
diff --git a/content/browser/renderer_host/render_message_filter.h b/content/browser/renderer_host/render_message_filter.h |
index 3ba8de3c7c4b34a8ce2a45fbc4e96082edf89ef9..d71d5b121b2c10ddb9a96bf1de8fe9dd45009ca8 100644 |
--- a/content/browser/renderer_host/render_message_filter.h |
+++ b/content/browser/renderer_host/render_message_filter.h |
@@ -189,10 +189,9 @@ class RenderMessageFilter : public BrowserMessageFilter { |
void OnGetCPUUsage(int* cpu_usage); |
- void OnGetHardwareBufferSize(uint32* buffer_size); |
- void OnGetHardwareInputSampleRate(int* sample_rate); |
- void OnGetHardwareSampleRate(int* sample_rate); |
- void OnGetHardwareInputChannelLayout(media::ChannelLayout* layout); |
+ void OnGetAudioHardwareConfig(int* output_buffer_size, |
+ int* output_sample_rate, int* input_sample_rate, |
+ media::ChannelLayout* input_channel_layout); |
// Used to look up the monitor color profile. |
void OnGetMonitorColorProfile(std::vector<char>* profile); |