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 4eed8a75fe59f4ba2bc60f05065e246f20ece953..a75a3f921a34ad5d40c019d6afd4d146a101117b 100644 |
--- a/content/public/test/mock_render_process_host.cc |
+++ b/content/public/test/mock_render_process_host.cc |
@@ -317,10 +317,14 @@ void MockRenderProcessHost::EnableAudioDebugRecordings( |
void MockRenderProcessHost::DisableAudioDebugRecordings() {} |
-void MockRenderProcessHost::EnableEventLogRecordings( |
- const base::FilePath& file) {} |
+bool MockRenderProcessHost::StartWebRTCEventLog( |
+ const base::FilePath& file_path) { |
+ return false; |
+} |
-void MockRenderProcessHost::DisableEventLogRecordings() {} |
+bool MockRenderProcessHost::StopWebRTCEventLog() { |
+ return false; |
+} |
void MockRenderProcessHost::SetWebRtcLogMessageCallback( |
base::Callback<void(const std::string&)> callback) { |