| 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 0b2a7e0180ff07b4424cc1f4370432c7cf249ff0..882908a8e9d51307aad206d5f16542d9b3a4edef 100644
|
| --- a/content/public/test/mock_render_process_host.h
|
| +++ b/content/public/test/mock_render_process_host.h
|
| @@ -72,8 +72,8 @@ class MockRenderProcessHost : public RenderProcessHost {
|
| void ResumeRequestsForView(int route_id) override;
|
| void FilterURL(bool empty_allowed, GURL* url) override;
|
| #if defined(ENABLE_WEBRTC)
|
| - void EnableAecDump(const base::FilePath& file) override;
|
| - void DisableAecDump() override;
|
| + void EnableAudioDebugRecordings(const base::FilePath& file) override;
|
| + void DisableAudioDebugRecordings() override;
|
| void SetWebRtcLogMessageCallback(
|
| base::Callback<void(const std::string&)> callback) override;
|
| WebRtcStopRtpDumpCallback StartRtpDump(
|
|
|