Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1188)

Unified Diff: content/browser/renderer_host/render_message_filter.h

Issue 12662038: Revert 187936 "Pass more detailed audio hardware configuration i..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1440/src/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/renderer_host/render_message_filter.h
===================================================================
--- content/browser/renderer_host/render_message_filter.h (revision 189875)
+++ content/browser/renderer_host/render_message_filter.h (working copy)
@@ -22,7 +22,6 @@
#include "content/common/pepper_renderer_instance_data.h"
#include "content/public/browser/browser_message_filter.h"
#include "content/public/common/three_d_api_types.h"
-#include "media/audio/audio_parameters.h"
#include "media/base/channel_layout.h"
#include "net/cookies/canonical_cookie.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebPopupType.h"
@@ -191,8 +190,9 @@
void OnGetCPUUsage(int* cpu_usage);
- void OnGetAudioHardwareConfig(media::AudioParameters* input_params,
- media::AudioParameters* output_params);
+ 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);

Powered by Google App Engine
This is Rietveld 408576698