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

Unified Diff: content/public/test/mock_render_process_host.cc

Issue 1272223003: Implement writing mic audio input data to file for debugging purposes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed and updated browser test. Rebase. Created 5 years, 4 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/public/test/mock_render_process_host.cc
diff --git a/content/public/test/mock_render_process_host.cc b/content/public/test/mock_render_process_host.cc
index b988309d1519e42b6e99f9c31e559a8e4441bb5a..bab96ff3071bcf88b470d189cf9af74a38b6d7c3 100644
--- a/content/public/test/mock_render_process_host.cc
+++ b/content/public/test/mock_render_process_host.cc
@@ -287,10 +287,11 @@ void MockRenderProcessHost::FilterURL(bool empty_allowed, GURL* url) {
}
#if defined(ENABLE_WEBRTC)
-void MockRenderProcessHost::EnableAecDump(const base::FilePath& file) {
+void MockRenderProcessHost::EnableAudioDebugRecordings(
+ const base::FilePath& file) {
}
-void MockRenderProcessHost::DisableAecDump() {
+void MockRenderProcessHost::DisableAudioDebugRecordings() {
}
void MockRenderProcessHost::SetWebRtcLogMessageCallback(

Powered by Google App Engine
This is Rietveld 408576698