Index: content/public/test/mock_render_process_host.h |
diff --git a/content/public/test/mock_render_process_host.h b/content/public/test/mock_render_process_host.h |
index 088bb4b430c9659bf6d5c6601bd3204eb809dd46..25bb74819472cfc87038b919d82c9a23a2d74ed4 100644 |
--- a/content/public/test/mock_render_process_host.h |
+++ b/content/public/test/mock_render_process_host.h |
@@ -81,8 +81,6 @@ class MockRenderProcessHost : public RenderProcessHost { |
#if defined(ENABLE_WEBRTC) |
void EnableAudioDebugRecordings(const base::FilePath& file) override; |
void DisableAudioDebugRecordings() override; |
- void EnableEventLogRecordings(const base::FilePath& file) override; |
- void DisableEventLogRecordings() override; |
void SetWebRtcLogMessageCallback( |
base::Callback<void(const std::string&)> callback) override; |
void ClearWebRtcLogMessageCallback() override; |