summaryrefslogtreecommitdiffstats
path: root/content/public/test/mock_render_process_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/test/mock_render_process_host.h')
-rw-r--r--content/public/test/mock_render_process_host.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/content/public/test/mock_render_process_host.h b/content/public/test/mock_render_process_host.h
index d3c9739..d76fa66 100644
--- a/content/public/test/mock_render_process_host.h
+++ b/content/public/test/mock_render_process_host.h
@@ -78,8 +78,6 @@ class MockRenderProcessHost : public RenderProcessHost {
#if defined(ENABLE_WEBRTC)
virtual void EnableAecDump(const base::FilePath& file) OVERRIDE;
virtual void DisableAecDump() OVERRIDE;
- virtual void SetWebRtcLogMessageCallback(
- base::Callback<void(const std::string&)> callback) OVERRIDE;
#endif
// IPC::Sender via RenderProcessHost.