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

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

Issue 1246283003: Split out audio debug recording from RenderProcessHostImpl. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 2 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 e0f9d019f97b9eab6a1c4573012daf738ce07025..90665ba92868449c32958f50b8825a9d3dc806d1 100644
--- a/content/public/test/mock_render_process_host.cc
+++ b/content/public/test/mock_render_process_host.cc
@@ -293,13 +293,6 @@ void MockRenderProcessHost::FilterURL(bool empty_allowed, GURL* url) {
}
#if defined(ENABLE_WEBRTC)
-void MockRenderProcessHost::EnableAudioDebugRecordings(
- const base::FilePath& file) {
-}
-
-void MockRenderProcessHost::DisableAudioDebugRecordings() {
-}
-
void MockRenderProcessHost::SetWebRtcLogMessageCallback(
base::Callback<void(const std::string&)> callback) {
}

Powered by Google App Engine
This is Rietveld 408576698