| 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 8b14db91b6e7fd02556fbdaccb6a8b01996ef3ed..3803065702e6e795a6bc63696f6253d4c1c6bac3 100644
|
| --- a/content/public/test/mock_render_process_host.h
|
| +++ b/content/public/test/mock_render_process_host.h
|
| @@ -82,8 +82,8 @@ 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;
|
| + bool StartWebRTCEventLog(const base::FilePath& file_path) override;
|
| + bool StopWebRTCEventLog() override;
|
| void SetWebRtcLogMessageCallback(
|
| base::Callback<void(const std::string&)> callback) override;
|
| void ClearWebRtcLogMessageCallback() override;
|
|
|