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